This commit is contained in:
Kai Wansart
2018-02-02 00:21:59 +01:00
commit 9c3e560900
36 changed files with 1114 additions and 0 deletions

12
test/yeelight.json Normal file
View File

@ -0,0 +1,12 @@
{
"fernseher" : {
"power" : "on",
"brightness" : "50",
"r" : "100",
"g" : "0",
"b" : "100"
},
"bett" : {
"power" : "off"
}
}

9
test/yeelightG.json Normal file
View File

@ -0,0 +1,9 @@
{
"zimmer" : {
"power" : "on",
"brightness" : "50",
"r" : "100",
"g" : "0",
"b" : "50"
}
}