some fixes
This commit is contained in:
4
dist/main.js
vendored
4
dist/main.js
vendored
@ -75,7 +75,7 @@ let hallwayStandLight = new M433SwitchItem_1.M433SwitchItem('Gnd', 'Hallway', 'S
|
|||||||
hallwayStandLight.start();
|
hallwayStandLight.start();
|
||||||
allLabeledItems.push(hallwayStandLight);
|
allLabeledItems.push(hallwayStandLight);
|
||||||
// Flur Schranklicht 66581 24 1 66580 24 1
|
// Flur Schranklicht 66581 24 1 66580 24 1
|
||||||
let hallwayWardrobeLight = new M433SwitchItem_1.M433SwitchItem('Gnd', 'Hallway', 'StandLight', 'Schranklicht Flur', '66581 24 1', '66580 24 1');
|
let hallwayWardrobeLight = new M433SwitchItem_1.M433SwitchItem('Gnd', 'Hallway', 'WardrobeLight', 'Schranklicht Flur', '66581 24 1', '66580 24 1');
|
||||||
hallwayWardrobeLight.start();
|
hallwayWardrobeLight.start();
|
||||||
allLabeledItems.push(hallwayWardrobeLight);
|
allLabeledItems.push(hallwayWardrobeLight);
|
||||||
// Küche ----------------------------------------------------------------------------------------------------
|
// Küche ----------------------------------------------------------------------------------------------------
|
||||||
@ -85,7 +85,7 @@ kitchenWindowLight.start();
|
|||||||
allLabeledItems.push(kitchenWindowLight);
|
allLabeledItems.push(kitchenWindowLight);
|
||||||
// Küche Deckenlampe 82197 24 1 82196 24 1
|
// Küche Deckenlampe 82197 24 1 82196 24 1
|
||||||
let kitchenCeilingLight = new M433SwitchItem_1.M433SwitchItem('Gnd', 'Kitchen', 'CeilingLight', 'Deckenlampe Küche', '82197 24 1', '82196 24 1');
|
let kitchenCeilingLight = new M433SwitchItem_1.M433SwitchItem('Gnd', 'Kitchen', 'CeilingLight', 'Deckenlampe Küche', '82197 24 1', '82196 24 1');
|
||||||
kitchenWindowLight.start();
|
kitchenCeilingLight.start();
|
||||||
allLabeledItems.push(kitchenCeilingLight);
|
allLabeledItems.push(kitchenCeilingLight);
|
||||||
// Schlafzimmer ---------------------------------------------------------------------------------------------
|
// Schlafzimmer ---------------------------------------------------------------------------------------------
|
||||||
// Schlafzimmer Wolfgangs Seite 13976916 24 1 13976913 24 1
|
// Schlafzimmer Wolfgangs Seite 13976916 24 1 13976913 24 1
|
||||||
|
19
homekit.json
19
homekit.json
@ -219,7 +219,7 @@
|
|||||||
},
|
},
|
||||||
"Gnd.Hallway.StandLight": {
|
"Gnd.Hallway.StandLight": {
|
||||||
"id": "Gnd.Hallway.StandLight",
|
"id": "Gnd.Hallway.StandLight",
|
||||||
"name": "Schranklicht Flur",
|
"name": "Stehlampe Flur",
|
||||||
"service": "Lightbulb",
|
"service": "Lightbulb",
|
||||||
"topic": {
|
"topic": {
|
||||||
"setOn": "dispatcher_ng/items/Gnd/Hallway/StandLight/state",
|
"setOn": "dispatcher_ng/items/Gnd/Hallway/StandLight/state",
|
||||||
@ -234,6 +234,23 @@
|
|||||||
},
|
},
|
||||||
"config": {}
|
"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": {
|
"Gnd.Kitchen.WindowLight": {
|
||||||
"id": "Gnd.Kitchen.WindowLight",
|
"id": "Gnd.Kitchen.WindowLight",
|
||||||
"name": "Fensterbanklicht Küche",
|
"name": "Fensterbanklicht Küche",
|
||||||
|
@ -98,7 +98,7 @@ hallwayStandLight.start()
|
|||||||
allLabeledItems.push(hallwayStandLight)
|
allLabeledItems.push(hallwayStandLight)
|
||||||
|
|
||||||
// Flur Schranklicht 66581 24 1 66580 24 1
|
// Flur Schranklicht 66581 24 1 66580 24 1
|
||||||
let hallwayWardrobeLight = new M433SwitchItem('Gnd', 'Hallway', 'StandLight', 'Schranklicht Flur', '66581 24 1', '66580 24 1')
|
let hallwayWardrobeLight = new M433SwitchItem('Gnd', 'Hallway', 'WardrobeLight', 'Schranklicht Flur', '66581 24 1', '66580 24 1')
|
||||||
hallwayWardrobeLight.start()
|
hallwayWardrobeLight.start()
|
||||||
allLabeledItems.push(hallwayWardrobeLight)
|
allLabeledItems.push(hallwayWardrobeLight)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user