-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpijuice_config.JSON
84 lines (84 loc) · 1.65 KB
/
pijuice_config.JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"system_task": {
"enabled": true,
"watchdog": {
"enabled": false,
"period": 4
},
"wakeup_on_charge": {
"enabled": true,
"trigger_level": 20
},
"min_charge": {
"enabled": true,
"threshold": 5
},
"min_bat_voltage": {
"enabled": false,
"threshold": 3.3
},
"ext_halt_power_off": {
"enabled": true,
"period": 20
}
},
"system_events": {
"low_charge": {
"enabled": true,
"function": "SYS_FUNC_HALT_POW_OFF"
},
"low_battery_voltage": {
"enabled": false,
"function": "NO_FUNC"
},
"no_power": {
"enabled": false,
"function": "NO_FUNC"
},
"power": {
"enabled": false,
"function": "NO_FUNC"
},
"watchdog_reset": {
"enabled": false,
"function": "NO_FUNC"
},
"button_power_off": {
"enabled": false,
"function": "NO_FUNC"
},
"forced_power_off": {
"enabled": false,
"function": "NO_FUNC"
},
"forced_sys_power_off": {
"enabled": false,
"function": "NO_FUNC"
},
"sys_start": {
"enabled": false,
"function": "NO_FUNC"
},
"sys_stop": {
"enabled": false,
"function": "NO_FUNC"
}
},
"user_functions": {
"USER_FUNC1": "/home/pi/dev/timelapse/scripts/indicateStatus.sh",
"USER_FUNC2": "",
"USER_FUNC3": "",
"USER_FUNC4": "",
"USER_FUNC5": "",
"USER_FUNC6": "",
"USER_FUNC7": "",
"USER_FUNC8": "",
"USER_FUNC9": "",
"USER_FUNC10": "",
"USER_FUNC11": "",
"USER_FUNC12": "",
"USER_FUNC13": "",
"USER_FUNC14": "",
"USER_FUNC15": ""
}
}