View Source Grizzly.ZWave.CommandClasses.ThermostatSetback (grizzly v8.0.0)

"ThermostatSetback" Command Class

The Thermostat Setback Command Class is used to change the current state of a non-schedule setback thermostat.

Summary

Types

@type state() :: number() | :frost_protection | :energy_saving
@type type() :: :no_override | :temporary_override | :permanent_override

Functions

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