View Source Grizzly.ZWave.Commands.PriorityRouteReport (grizzly v8.6.6)
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)
Summary
Types
@type param() :: {:node_id, byte()} | {:type, Grizzly.ZWave.CommandClasses.NetworkManagementInstallationMaintenance.route_type()} | {:repeaters, [byte()]} | {:speed, Grizzly.ZWave.CommandClasses.NetworkManagementInstallationMaintenance.speed()}