View Source Grizzly.ZWave.Commands.PriorityRouteReport (grizzly v6.1.0)
This command is used to advertise the current network route in use for an actual destination NodeID.
Params:
:node_id
- the NodeID destination for which the current network route is requested (required):type
- the route type (required):repeaters
- node ids of repeaters for the route (required):speed
- speeds used for the route (required)
Link to this section Summary
Link to this section Types
@type param() :: {:node_id, byte()} | {:type, Grizzly.ZWave.CommandClasses.NetworkManagementInstallationMaintenance.route_type()} | {:repeaters, [byte()]} | {:speed, Grizzly.ZWave.CommandClasses.NetworkManagementInstallationMaintenance.speeds()}