add workshop light
This commit is contained in:
@ -459,6 +459,13 @@ let twoLedSignal1 = new TwoLedSignal('Gnd', 'Hallway', 'TwoLedSignal1', 'Licht-
|
||||
allWindows, "CLOSED", "OPEN")
|
||||
twoLedSignal1.start()
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------------
|
||||
// Basement
|
||||
let workshopLight = new HomematicSwitchItem('Base', 'Workshop', 'Light', 'Licht Werkstatt', 5)
|
||||
workshopLight.start()
|
||||
allLabeledItems.push(workshopLight)
|
||||
allRelevantLights.push(workshopLight)
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------------
|
||||
let testFourButton = new HomematicFourButtonThing('Gnd', 'Hallway', 'TestButton', 9, [
|
||||
@ -478,8 +485,6 @@ testTimerAdaptor.start()
|
||||
let testLight = new HomematicDimmerItem('Gnd', 'Hallway', 'Testlight', 'Testlampe mit Dimmer', 8)
|
||||
testLight.start()
|
||||
|
||||
let testLight2 = new HomematicSwitchItem('Gnd', 'Hallway', 'Testlight2', 'Testlampe ohne Dimmer', 5)
|
||||
testLight2.start()
|
||||
|
||||
let testForwarder = new Forwarder('Gnd', 'Hallway', 'TestForwarder', 'state', 'TestForwarder', [
|
||||
'dispatcher_ng/items/Gnd/Hallway/Testlight2/state',
|
||||
|
Reference in New Issue
Block a user