View Source Grizzly.ZWave.CommandClasses.MultiChannel (grizzly v5.3.0)
"MultiChannel" Command Class
The Multi Channel command class is used to address one or more End Points in a Multi Channel device.
Link to this section Summary
Link to this section Types
@type end_point() :: 1..127
Link to this section Functions
@spec decode_generic_device_class(byte()) :: {:ok, Grizzly.ZWave.DeviceClasses.generic_device_class()} | {:error, Grizzly.ZWave.DecodeError.t()}
Link to this function
decode_specific_device_class(generic_device_class, specific_device_class_byte)
View Source@spec decode_specific_device_class( Grizzly.ZWave.DeviceClasses.generic_device_class(), byte() ) :: {:ok, Grizzly.ZWave.DeviceClasses.specific_device_class()} | {:error, Grizzly.ZWave.DecodeError.t()}