some more window contacts
This commit is contained in:
25
src/main.ts
25
src/main.ts
@ -100,7 +100,7 @@ matthiasSpeaker.start()
|
||||
allLabeledItems.push(matthiasSpeaker)
|
||||
allRelevantLights.push(matthiasSpeaker)
|
||||
|
||||
let windowContactMatthias = new MaxWindowContact('1st', 'Matthias', 'WindowContact', 'Fenster', 24)
|
||||
let windowContactMatthias = new MaxWindowContact('1st', 'Matthias', 'WindowContact', 'Fenster Matthias', 24)
|
||||
windowContactMatthias.start()
|
||||
allLabeledItems.push(windowContactMatthias)
|
||||
allWindows.push(windowContactMatthias)
|
||||
@ -137,6 +137,16 @@ diningRoomNaehkaestchenLight.start()
|
||||
allLabeledItems.push(diningRoomNaehkaestchenLight)
|
||||
allRelevantLights.push(diningRoomNaehkaestchenLight)
|
||||
|
||||
let windowContactDiningRoom1 = new MaxWindowContact('Gnd', 'DiningRoom', 'WindowContact1', 'Fenster Esszimmer Straße links', 26)
|
||||
windowContactDiningRoom1.start()
|
||||
allLabeledItems.push(windowContactDiningRoom1)
|
||||
allWindows.push(windowContactDiningRoom1)
|
||||
let windowContactDiningRoom2 = new MaxWindowContact('Gnd', 'DiningRoom', 'WindowContact2', 'Fenster Esszimmer Straße rechts', 27)
|
||||
windowContactDiningRoom2.start()
|
||||
allLabeledItems.push(windowContactDiningRoom2)
|
||||
allWindows.push(windowContactDiningRoom2)
|
||||
|
||||
|
||||
// Wohnzimmer -----------------------------------------------------------------------------------------------
|
||||
// Wohnzimmer grosse Lampe 65557 24 1 65556 24 1
|
||||
let livingRoomLargeLight = new M433SwitchItem('Gnd', 'LivingRoom', 'LargeLight', 'große Lampe Wohnzimmer', '65557 24 1', '65556 24 1')
|
||||
@ -162,6 +172,14 @@ livingRoomStandLight.start()
|
||||
allLabeledItems.push(livingRoomStandLight)
|
||||
allRelevantLights.push(livingRoomStandLight)
|
||||
|
||||
let windowContactLivingRoom1 = new MaxWindowContact('Gnd', 'LivingRoom', 'WindowContact1', 'Fenster Wohnzimmer Garten rechts', 28)
|
||||
windowContactLivingRoom1.start()
|
||||
allLabeledItems.push(windowContactLivingRoom1)
|
||||
allWindows.push(windowContactLivingRoom1)
|
||||
let windowContactLivingRoom2 = new MaxWindowContact('Gnd', 'LivingRoom', 'WindowContact2', 'Fenster Wohnzimmer Garten links', 29)
|
||||
windowContactLivingRoom2.start()
|
||||
allLabeledItems.push(windowContactLivingRoom2)
|
||||
allWindows.push(windowContactLivingRoom2)
|
||||
|
||||
// Flur -----------------------------------------------------------------------------------------------------
|
||||
// Flur Schreibtisch 83221 24 1 83220 24 1
|
||||
@ -182,6 +200,11 @@ hallwayWardrobeLight.start()
|
||||
allLabeledItems.push(hallwayWardrobeLight)
|
||||
allRelevantLights.push(hallwayWardrobeLight)
|
||||
|
||||
let windowContactHallway = new MaxWindowContact('Gnd', 'Hallway', 'WindowContact', 'Fenster Flur', 25)
|
||||
windowContactHallway.start()
|
||||
allLabeledItems.push(windowContactHallway)
|
||||
allWindows.push(windowContactHallway)
|
||||
|
||||
|
||||
// Küche ----------------------------------------------------------------------------------------------------
|
||||
// Küche Fensterbank 66837 24 1 66836 24 1
|
||||
|
Reference in New Issue
Block a user