Grizzly.ZWave.Commands.PriorityRouteReport (grizzly v0.17.3) View Source
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- speed used for the route (required)
Link to this section Summary
Link to this section Types
Specs
param() ::
{:node_id, byte()}
| {:type,
Grizzly.ZWave.CommandClasses.NetworkManagementInstallationMaintenance.route_type()}
| {:repeaters, [byte()]}
| {:speed,
Grizzly.ZWave.CommandClasses.NetworkManagementInstallationMaintenance.speed()}