add windowcontact matthias

This commit is contained in:
Wolfgang Hottgenroth
2018-04-11 21:28:43 +02:00
parent 82cb8d56cb
commit 62303cf27e
4 changed files with 31 additions and 0 deletions

View File

@ -89,6 +89,10 @@ let matthiasSpeaker = new M433SwitchItem('1st', 'Matthias', 'Speaker', 'Lautspre
matthiasSpeaker.start()
allLabeledItems.push(matthiasSpeaker)
let windowContactMatthias = new MaxWindowContact('1st', 'Matthias', 'WindowContact', 'Fenster', 24)
windowContactMatthias.start()
allLabeledItems.push(windowContactMatthias)
// Esszimmer ------------------------------------------------------------------------------------------------
// Esszimmer kleine Lampe 69653 24 1 69652 24 1
let diningRoomSmallLight = new M433SwitchItem('Gnd', 'DiningRoom', 'SmallLight', 'kleine Lampe Esszimmer', '69653 24 1', '69652 24 1')