View Source Grizzly.ZWave.CommandClasses.MultiChannel (grizzly v8.6.6)

"MultiChannel" Command Class

The Multi Channel command class is used to address one or more End Points in a Multi Channel device.

Summary

Types

end_point()

@type end_point() :: 1..127

Functions

decode_generic_device_class(generic_device_class_byte)

This function is deprecated. Use `Grizzly.ZWave.DeviceClasses.generic_device_class_from_byte/1` instead.
@spec decode_generic_device_class(byte()) ::
  {:ok, Grizzly.ZWave.DeviceClasses.generic_device_class()}

decode_specific_device_class(generic_device_class, specific_device_class_byte)

This function is deprecated. Use `Grizzly.ZWave.DeviceClasses.specific_device_class_from_byte/2` instead.