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

This command is used to set the network route to use when sending commands to
the specified NodeID. This route will override the normal routing table.

The use of this command is NOT RECOMMENDED.

# `param`

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

---

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