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

Command to advertise the configured Z-Wave Long Range Channel

Params:

* `:channel` - which channel that is used for Z-Wave long range

# `long_range_channel`

```elixir
@type long_range_channel() :: :primary | :secondary
```

The long range channel

# `param`

```elixir
@type param() :: {:channel, long_range_channel()}
```

Parameters to the command

---

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