.
This commit is contained in:
12
test/yeelight.json
Normal file
12
test/yeelight.json
Normal 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
9
test/yeelightG.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"zimmer" : {
|
||||
"power" : "on",
|
||||
"brightness" : "50",
|
||||
"r" : "100",
|
||||
"g" : "0",
|
||||
"b" : "50"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user