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

Temperature Channel

Channel Category: temperature

Measures the current temperature in an environment, reported in degrees Celsius .


Required Properties

PropertyData TypeRangeUnitPermissions
temperatureFloat0.0–100.0°CRO (Read-Only)

Property Details

temperature

Reports the environmental temperature:

  • Measured in degrees Celsius (°C).
  • Range: 0.0–100.0°C.

Optional Properties

PropertyData TypeRangeUnitPermissions
activeBooltrue/false-RO (Read-Only)
faultUchar0–255-RO (Read-Only)

Property Details

active

Indicates the channel’s current working status:

  • true: The sensor is active and functioning correctly.
  • false: The sensor is inactive or non-functional.

fault

Represents the fault state of the sensor:

  • 0: No fault detected.
  • Non-zero: A fault has been detected, potentially affecting functionality.
Last updated on