Grizzly.ZWave.CommandClasses.HumidityControlSetpoint (grizzly v8.10.0)

View Source

HumidityControlSetpoint Command Class

Summary

Types

scale()

@type scale() :: :percentage | :absolute

type()

@type type() :: :humidify | :dehumidify | :auto

Functions

decode_scale(v)

@spec decode_scale(byte()) :: scale() | :unknown

decode_type(v)

@spec decode_type(byte()) :: type() | :unknown

encode_scale(atom)

@spec encode_scale(scale()) :: 0 | 1

encode_type(atom)

@spec encode_type(type()) :: 1 | 2 | 3