View Source Grizzly.ZWave.Commands.MultiChannelEndpointFind (grizzly v8.6.6)

This command is used to request End Points having a specific Generic or Specific Device Class in End Points.

Params:

  • :generic_device_class - a generic device class (required)

  • :specific_device_class - a specific device class (required)

Summary

Types

param()

@type param() ::
  {:generic_device_class,
   Grizzly.ZWave.DeviceClasses.generic_device_class() | :all}
  | {:specific_device_class,
     Grizzly.ZWave.DeviceClasses.specific_device_class() | :all}