-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated config.json, updated flowSwitch
- Loading branch information
1 parent
8054724
commit b17c370
Showing
4 changed files
with
93 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"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"] | ||
}, | ||
{ | ||
"name": "Disco Time", | ||
"scene": "disco" | ||
}, | ||
{ | ||
"name": "Night Mode", | ||
"scene": "night_mode", | ||
"params": 3, | ||
"lights": ["0x000000000543dd83"] | ||
} | ||
], | ||
"rgb": { | ||
"0x0000000005429bb96": true | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,56 @@ | ||
{ | ||
"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"] | ||
}, | ||
{ | ||
"name": "Disco Time", | ||
"scene": "disco" | ||
}, | ||
{ | ||
"name": "Night Mode", | ||
"scene": "night_mode", | ||
"lights": ["0x000000000543dd83"] | ||
} | ||
], | ||
"rgb": { | ||
"0x0000000005429bb96": true | ||
} | ||
"platform": "Yeelight-Platform", | ||
"addResetSwitch": true, | ||
"shouldTurnOff": true, | ||
"scenes": [ | ||
{ | ||
"name": "Dark Cave", | ||
"scene": "custom", | ||
"params": "2000,1,255,70,2000,1,255,100,5000,1,255,70,3000,1,13369548,100,3000,1,13369548,10" | ||
}, | ||
{ | ||
"name": "Break in", | ||
"scene": "custom", | ||
"params": "500,1,255,100,500,1,255,10" | ||
}, | ||
{ | ||
"name": "Disco", | ||
"scene": "disco" | ||
}, | ||
{ | ||
"name": "Party", | ||
"scene": "birthday_party" | ||
}, | ||
{ | ||
"name": "Flash", | ||
"scene": "flash_notify" | ||
}, | ||
{ | ||
"name": "Candle Light", | ||
"scene": "candle_flicker" | ||
}, | ||
{ | ||
"name": "Police_1", | ||
"scene": "police_1" | ||
}, | ||
{ | ||
"name": "Police_2", | ||
"scene": "police_2" | ||
}, | ||
{ | ||
"name": "Alarm", | ||
"scene": "alarm" | ||
}, | ||
{ | ||
"name": "Gaming", | ||
"scene": "gaming" | ||
}, | ||
{ | ||
"name": "Night Mode", | ||
"scene": "night_mode", | ||
"lights": [ | ||
"0x000000000543dd83" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters