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

3
dist/main.js vendored
View File

@ -70,6 +70,9 @@ allLabeledItems.push(matthiasBedLight);
let matthiasSpeaker = new M433SwitchItem_1.M433SwitchItem('1st', 'Matthias', 'Speaker', 'Lautsprecher Matthias', '11 24 1', '10 24 1', 'outlet');
matthiasSpeaker.start();
allLabeledItems.push(matthiasSpeaker);
let windowContactMatthias = new MaxWindowContact_1.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_1.M433SwitchItem('Gnd', 'DiningRoom', 'SmallLight', 'kleine Lampe Esszimmer', '69653 24 1', '69652 24 1');