grizzly v0.5.0 Grizzly.CommandClass.ThermostatMode View Source

Link to this section Summary

Link to this section Types

Link to this type

mode() View Source
mode() :: :off | :heat | :cool | :auto | byte()

Link to this section Functions

Link to this function

decode_mode(byte) View Source
decode_mode(byte()) :: mode()

Link to this function

encode_mode(byte) View Source
encode_mode(mode()) :: {:ok, byte()} | {:error, :invalid_arg, any()}