move workshop light
This commit is contained in:
27
src/main.ts
27
src/main.ts
@ -275,13 +275,6 @@ bedRoomWindowLight.start()
|
||||
allLabeledItems.push(bedRoomWindowLight)
|
||||
allRelevantLights.push(bedRoomWindowLight)
|
||||
|
||||
// MySwitchTHing
|
||||
let mySwitchThingWolfgang = new MySwitchThing('1st', 'BedRoom', 'WolfgangsSwitch', [
|
||||
new MySwitchSingleItem(bedRoomWolfgangBedLightDimmerAdaptor.getInTopic()),
|
||||
new MySwitchSingleItem('IoT/InsLeere/1'),
|
||||
new MySwitchSingleItem('IoT/InsLeere/2'),
|
||||
])
|
||||
mySwitchThingWolfgang.start()
|
||||
|
||||
|
||||
let windowContactBedroomStreet1st = new MaxWindowContact('1st', 'Bedroom', 'WindowContactStreet', 'Fenster Schlafzimmer Strasse', 17)
|
||||
@ -453,11 +446,6 @@ let heatingSceneAll = new HeatingScene('Gnd', 'House', 'Heatings', 'Alle Heizung
|
||||
heatingSceneAll.start()
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------------
|
||||
let twoLedSignal1 = new TwoLedSignal('Gnd', 'Hallway', 'TwoLedSignal1', 'Licht- und Fenster-Anzeiger',
|
||||
allRelevantLights, "OFF", "ON",
|
||||
allWindows, "CLOSED", "OPEN")
|
||||
twoLedSignal1.start()
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------------
|
||||
// Basement
|
||||
@ -467,6 +455,21 @@ allLabeledItems.push(workshopLight)
|
||||
allRelevantLights.push(workshopLight)
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------------
|
||||
let twoLedSignal1 = new TwoLedSignal('Gnd', 'Hallway', 'TwoLedSignal1', 'Licht- und Fenster-Anzeiger',
|
||||
allRelevantLights, "OFF", "ON",
|
||||
allWindows, "CLOSED", "OPEN")
|
||||
twoLedSignal1.start()
|
||||
|
||||
// MySwitchTHing
|
||||
let mySwitchThingWolfgang = new MySwitchThing('1st', 'BedRoom', 'WolfgangsSwitch', [
|
||||
new MySwitchSingleItem(bedRoomWolfgangBedLightDimmerAdaptor.getInTopic()),
|
||||
new MySwitchSingleItem('IoT/InsLeere/1'),
|
||||
new MySwitchSingleItem('IoT/InsLeere/2'),
|
||||
])
|
||||
mySwitchThingWolfgang.start()
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------------
|
||||
let testFourButton = new HomematicFourButtonThing('Gnd', 'Hallway', 'TestButton', 9, [
|
||||
new HomematicFourButtonSingleItem('dispatcher_ng/items/Gnd/Hallway/Testlight/dimmerIn'),
|
||||
|
Reference in New Issue
Block a user