grizzly v0.9.0-rc.3 Grizzly.ZWave.CommandClasses.ThermostatSetpoint View Source
"ThermostatSetpoint" Command Class
The Thermostat Setpoint Command Class is used to configure setpoints for the modes supported by a thermostat.
What type of commands does this command class support?
Link to this section Summary
Link to this section Types
Specs
scale() :: :celsius | :fahrenheit
Specs
type() :: :heating | :cooling | :furnace | :dry_air | :moist_air | :auto_changeover
Link to this section Functions
Specs
Specs
decode_type(any()) :: {:ok, type()} | {:error, Grizzly.ZWave.DecodeError.t()}