-
Notifications
You must be signed in to change notification settings - Fork 7
/
config-advanced.json
36 lines (36 loc) · 1.08 KB
/
config-advanced.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
{
"platforms": [
{
"platform": "Yeelight-Platform",
"debug": true,
"addResetSwitch": true,
"shouldTurnOff": true,
"pollingInterval": 20000,
"scenes": [
{
"name": "Sleep Time",
"scene": "custom",
"params": "2000,1,255,70,2000,1,255,100,5000,1,255,70,3000,1,13369548,100,3000,1,13369548,10",
"lights": ["0x000000000543dd83", "0x00000000052ebb4a"],
"shouldTurnOff": false
},
{
"name": "Disco Time",
"scene": "disco"
},
{
"name": "Night Mode",
"scene": "night_mode",
"params": 3,
"lights": ["0x000000000543dd83"]
}
],
"rgb": {
"0x0000000005429bb96": true
},
"autoLights": {
"0x000000000543dd83": true
}
}
]
}