fix kitchen light

This commit is contained in:
Wolfgang Hottgenroth
2018-01-10 20:18:33 +01:00
parent 8a6547ff91
commit a24c182884

View File

@ -111,7 +111,7 @@ allLabeledItems.push(kitchenWindowLight)
// Küche Deckenlampe 82197 24 1 82196 24 1
let kitchenCeilingLight = new M433SwitchItem('Gnd', 'Kitchen', 'CeilingLight', 'Deckenlampe Küche', '82197 24 1', '82196 24 1')
kitchenWindowLight.start()
kitchenCeilingLight.start()
allLabeledItems.push(kitchenCeilingLight)