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

"ThermostatSetback" Command Class

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

Summary

Types

state()

@type state() :: number() | :frost_protection | :energy_saving

type()

@type type() :: :no_override | :temporary_override | :permanent_override

Functions

decode_state(byte)

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

decode_type(byte)

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

encode_state(kelvins)

@spec encode_state(state()) :: byte()

encode_type(atom)

@spec encode_type(type()) :: byte()