Skip to Content
🚀 We just launched! Please star us on Github!

Thermostat Channel

Channel Category: thermostat

Manages climate control systems, allowing adjustments of heating, cooling, and fan settings.


Required Properties

PropertyData TypeRangeUnitPermissions
activeBooltrue/false-RW (Read/Write)
modeEnumheat/cool/auto/manual-RW (Read/Write)

Property Details

active

Indicates whether the thermostat channel is currently active:

  • true: The thermostat is active.
  • false: The thermostat is inactive.

Optional Properties

PropertyData TypeRangeUnitPermissions
lockedBooltrue/false-RW (Read/Write)
unitsEnumcelsius/fahrenheit-RO (Read-Only)

Property Details

locked

Specifies whether the physical controls of the device are locked:

  • true: Controls are locked (e.g., child lock enabled).
  • false: Controls are unlocked.

units

Describes the temperature units used for display and presentation:

  • Possible values:
    • celsius
    • fahrenheit
Last updated on