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

Heater Channel

Channel Category: heater

Manages heating devices, allowing control of temperature settings and modes.


Required Properties

PropertyData TypeRangeUnitPermissions
onBooltrue/false-RW (Read/Write)
temperatureFloat0.0–100.0°CRW (Read/Write)
statusBooltrue/false-RO (Read-Only)

Property Details

temperature

Defines the heating threshold in Celsius:

  • Specifies the maximum temperature before the heating mechanism activates.

[!Example]: If the current temperature goes below the minimum temperature, then the heating mechanism should turn on to increase the current temperature until the minimum temperature is reached.

status

Indicates the current state of the heater:

  • true: The heater is heating.
  • false: The heater is inactive.
Last updated on