# `Grizzly.ZWave.Commands.PriorityRouteReport`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zwave/commands/priority_route_report.ex#L1)

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)

# `param`

```elixir
@type param() ::
  {:node_id, byte()}
  | {:type,
     Grizzly.ZWave.CommandClasses.NetworkManagementInstallationMaintenance.route_type()}
  | {:repeaters, [byte()]}
  | {:speed,
     Grizzly.ZWave.CommandClasses.NetworkManagementInstallationMaintenance.speed()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
