contact frontdoor
This commit is contained in:
@ -330,6 +330,13 @@ let thermostatKitchenCron = new Cron('thermostatKitchenCron', thermostatKitchen,
|
||||
])
|
||||
thermostatKitchenCron.start()
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------------
|
||||
let windowContactFrontdoor = new MaxWindowContact('Gnd', 'Hallway', 'FrontdoorContact', 'Haustür', 23)
|
||||
windowContactFrontdoor.start()
|
||||
allLabeledItems.push(windowContactFrontdoor)
|
||||
|
||||
|
||||
|
||||
// ----------------------------------------------------------------------------------------------------------
|
||||
let relayBox = new RelayBoxThing('base', 'labor', 'relaybox', 'IoT/Command/RelayBox', 'IoT/Status/RelayBox', [
|
||||
"Küche", "Herd", "Waschküche"
|
||||
|
Reference in New Issue
Block a user