Grizzly.ZWave.Commands.MultiChannelEndpointFindReport (grizzly v0.21.0) View Source
This command is used to advertise End Points that implement a given combination of Generic and Specific Device Classes.
Params:
:reports_to_follow
- the number of reports to follow (required):generic_device_class
- a generic device class (required):specific_device_class
- a specific device class (required):end_points
- the list of End Point identifier(s) that matches the advertised Generic andSpecific Device Class values. (required)
Link to this section Summary
Link to this section Types
Specs
end_point() :: Grizzly.ZWave.CommandClasses.MultiChannel.end_point()
Specs
param() :: {:reports_to_follow, byte()} | {:generic_device_class, Grizzly.ZWave.DeviceClasses.generic_device_class()} | {:specific_device_class, Grizzly.ZWave.DeviceClasses.specific_device_class()} | {:end_points, [end_point()]}