-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json-sample
40 lines (40 loc) · 1019 Bytes
/
config.json-sample
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
{
"debug": true,
"leds": {
"are_present": true,
"can_wake_up_pin": 27,
"stay_in_bed_pin": 17,
"can_wake_up_display_duration": 2,
"stay_in_bed_display_duration": 1
},
"audio": {
"is_present": false,
"power_pin": 21,
"alarm_sound_file": "rainforest.wav"
},
"screen": {
"is_present": true,
"can_wake_up_animation_file": "pikachu.gif",
"can_wake_up_animation_duration": 1.5,
"can_wake_up_display_time_duration": 5,
"stay_in_bed_display_time_duration": 2
},
"sonar": {
"trigger_pin": 6,
"echo_pin": 13,
"min_distance": 0.03,
"max_distance": 0.5
},
"times": {
"wake_up": {
"monday": "07:30",
"tuesday": "07:30",
"wednesday": "08:30",
"thursday": "07:30",
"friday": "07:30",
"saturday": "08:30",
"sunday": "08:30"
},
"to_bed": "20:00"
}
}