View Source Grizzly.ZWave.Commands.MultiChannelCapabilityReport (grizzly v8.0.1)

This command is used to advertise the Generic and Specific Device Class and the supported command classes of an End Point.

Params:

  • :end_point - the end point capabilities are being reported about (required)

  • :dynamic? - whether the end point is dynamic (required - true or false)

  • :generic_device_class - the generic device class for the end point (required)

  • :specific_device_class - the specific device class for the end point (required)

  • :command_classes - the command classes supported by the end point (required)

Summary

Types