View Source Grizzly.ZWave.CommandClasses.ThermostatSetpoint (grizzly v7.4.2)

"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?

Summary

Types

Shared parameters for ThermostatSetpointSet and ThermostatSetpointReport.

Types

@type param() :: {:type, type()} | {:scale, scale()} | {:value, number()}

Shared parameters for ThermostatSetpointSet and ThermostatSetpointReport.

@type scale() :: :c | :f
@type type() ::
  :na
  | :heating
  | :cooling
  | :furnace
  | :dry_air
  | :moist_air
  | :auto_changeover
  | :energy_save_heating
  | :energy_save_cooling
  | :away_heating
  | :away_cooling
  | :full_power

Functions

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