View Source Grizzly.ZWave.CommandClasses.ThermostatOperatingState (grizzly v8.0.1)

"ThermostatOperatingState" Command Class

The Thermostat Operating State Command Class is used to obtain the operating state of the thermostat.

Summary

Types

@type state() ::
  :idle
  | :heating
  | :cooling
  | :fan_only
  | :pending_heat
  | :pending_cool
  | :vent_economizer

Functions

@spec decode_state(byte()) :: {:ok, state()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec encode_state(state()) :: byte()