some fixes
This commit is contained in:
19
homekit.json
19
homekit.json
@ -219,7 +219,7 @@
|
||||
},
|
||||
"Gnd.Hallway.StandLight": {
|
||||
"id": "Gnd.Hallway.StandLight",
|
||||
"name": "Schranklicht Flur",
|
||||
"name": "Stehlampe Flur",
|
||||
"service": "Lightbulb",
|
||||
"topic": {
|
||||
"setOn": "dispatcher_ng/items/Gnd/Hallway/StandLight/state",
|
||||
@ -234,6 +234,23 @@
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
"Gnd.Hallway.WardrobeLight": {
|
||||
"id": "Gnd.Hallway.WardrobeLight",
|
||||
"name": "Schranklicht Flur",
|
||||
"service": "Lightbulb",
|
||||
"topic": {
|
||||
"setOn": "dispatcher_ng/items/Gnd/Hallway/WardrobeLight/state",
|
||||
"statusOn": "dispatcher_ng/items/Gnd/Hallway/WardrobeLight/state/feedback"
|
||||
},
|
||||
"payload": {
|
||||
"onTrue": "ON",
|
||||
"onFalse": "OFF",
|
||||
"brightnessFactor": "",
|
||||
"hueFactor": "",
|
||||
"saturationFactor": ""
|
||||
},
|
||||
"config": {}
|
||||
},
|
||||
"Gnd.Kitchen.WindowLight": {
|
||||
"id": "Gnd.Kitchen.WindowLight",
|
||||
"name": "Fensterbanklicht Küche",
|
||||
|
Reference in New Issue
Block a user