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

This command is used to advertise the information associated with a tone at a
supporting node.

## Params

* `:tone_identifier` - The identifier of the requested tone.

# `param`

```elixir
@type param() ::
  {:tone_identifier, byte()} | {:tone_duration, 0..65535} | {:name, binary()}
```

---

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