more heating stuff
This commit is contained in:
20
dist/main.js
vendored
20
dist/main.js
vendored
@ -118,6 +118,11 @@ let windowContactDiningRoom2 = new MaxWindowContact_1.MaxWindowContact('Gnd', 'D
|
||||
windowContactDiningRoom2.start();
|
||||
allLabeledItems.push(windowContactDiningRoom2);
|
||||
allWindows.push(windowContactDiningRoom2);
|
||||
let thermostatDiningRoom = new MaxThermostat_1.MaxThermostat('Gnd', 'DiningRoom', 'Thermostat', 'Thermostat Esszimmer', 31, [windowContactDiningRoom1, windowContactDiningRoom2]);
|
||||
thermostatDiningRoom.start();
|
||||
thermostatDiningRoom.setPresetTemperature(21.0);
|
||||
allLabeledItems.push(thermostatDiningRoom);
|
||||
allThermostatItems.push(thermostatDiningRoom);
|
||||
// Wohnzimmer -----------------------------------------------------------------------------------------------
|
||||
// Wohnzimmer grosse Lampe 65557 24 1 65556 24 1
|
||||
let livingRoomLargeLight = new M433SwitchItem_1.M433SwitchItem('Gnd', 'LivingRoom', 'LargeLight', 'große Lampe Wohnzimmer', '65557 24 1', '65556 24 1');
|
||||
@ -147,6 +152,11 @@ let windowContactLivingRoom2 = new MaxWindowContact_1.MaxWindowContact('Gnd', 'L
|
||||
windowContactLivingRoom2.start();
|
||||
allLabeledItems.push(windowContactLivingRoom2);
|
||||
allWindows.push(windowContactLivingRoom2);
|
||||
let thermostatLivingRoom = new MaxThermostat_1.MaxThermostat('Gnd', 'LivingRoom', 'Thermostat', 'Thermostat Wohnzimmer', 30, [windowContactLivingRoom1, windowContactLivingRoom2]);
|
||||
thermostatLivingRoom.start();
|
||||
thermostatLivingRoom.setPresetTemperature(21.0);
|
||||
allLabeledItems.push(thermostatLivingRoom);
|
||||
allThermostatItems.push(thermostatLivingRoom);
|
||||
// Flur -----------------------------------------------------------------------------------------------------
|
||||
// Flur Schreibtisch 83221 24 1 83220 24 1
|
||||
let hallwayDeskLight = new M433SwitchItem_1.M433SwitchItem('Gnd', 'Hallway', 'DeskLight', 'Schreibtischlampe Flur', '83221 24 1', '83220 24 1');
|
||||
@ -167,6 +177,16 @@ let windowContactHallway = new MaxWindowContact_1.MaxWindowContact('Gnd', 'Hallw
|
||||
windowContactHallway.start();
|
||||
allLabeledItems.push(windowContactHallway);
|
||||
allWindows.push(windowContactHallway);
|
||||
let thermostatHallway1 = new MaxThermostat_1.MaxThermostat('Gnd', 'Hallway', 'Thermostat1', 'Thermostat Flur vorne', 32, []);
|
||||
thermostatHallway1.start();
|
||||
thermostatHallway1.setPresetTemperature(19.0);
|
||||
allLabeledItems.push(thermostatHallway1);
|
||||
allThermostatItems.push(thermostatHallway1);
|
||||
let thermostatHallway2 = new MaxThermostat_1.MaxThermostat('Gnd', 'Hallway', 'Thermostat2', 'Thermostat Flur hinten', 33, []);
|
||||
thermostatHallway2.start();
|
||||
thermostatHallway2.setPresetTemperature(5.0);
|
||||
allLabeledItems.push(thermostatHallway2);
|
||||
allThermostatItems.push(thermostatHallway2);
|
||||
// Küche ----------------------------------------------------------------------------------------------------
|
||||
// Küche Fensterbank 66837 24 1 66836 24 1
|
||||
let kitchenWindowLight = new M433SwitchItem_1.M433SwitchItem('Gnd', 'Kitchen', 'WindowLight', 'Fensterbanklicht Küche', '66837 24 1', '66836 24 1');
|
||||
|
Reference in New Issue
Block a user