if (prefLogModeEvents) subscribe(location, "mode", handleModeEvent)
subscribe(accelerometers, "acceleration", handleEvent)
- subscribe(alarms, "alarms", handleEvent)
- subscribe(batteries, "batteries", handleEvent)
- subscribe(beacons, "beacons", handleEvent)
- subscribe(buttons, "buttons", handleEvent)
+ subscribe(alarms, "alarm", handleEvent)
+ subscribe(batteries, "battery", handleEvent)
+ subscribe(beacons, "presence", handleEvent)
+ subscribe(buttons, "button", handleEvent)
subscribe(cos, "carbonMonoxide", handleEvent)
subscribe(cos, "carbonDioxide", handleEvent)
subscribe(colors, "hue", handleEvent)
subscribe(colors, "color", handleEvent)
subscribe(consumables, "consumableStatus", handleEvent)
subscribe(contacts, "contact", handleEvent)
- subscribe(doorsControllers, "door", handleEvent)
+ subscribe(doorsControllers, "doorState", handleEvent)
subscribe(energyMeters, "energy", handleEvent)
subscribe(humidities, "humidity", handleEvent)
subscribe(illuminances, "illuminance", handleEvent)
subscribe(thermostats, "thermostatMode", handleEvent)
subscribe(thermostats, "thermostatFanMode", handleEvent)
subscribe(thermostats, "thermostatOperatingState", handleEvent)
- subscribe(thermostats, "thermostatSetpointMode", handleEvent)
- subscribe(thermostats, "scheduledSetpoint", handleEvent)
- subscribe(thermostats, "optimisation", handleEvent)
- subscribe(thermostats, "windowFunction", handleEvent)
subscribe(threeAxis, "threeAxis", handleEvent)
subscribe(touchs, "touch", handleEvent)
subscribe(uvs, "ultravioletIndex", handleEvent)