View Source Grizzly.ZWave.Commands.SoundSwitchTonePlaySet (grizzly v8.2.0)

This command is used to instruct a supporting node to play (or stop playing) a tone.

Params

  • :tone_identifier - The tone identifier to play. If the value is 0, the node MUST stop playing any tone. If the value is 255 or is a value not supported by the receiving node, the node MUST play the default configured tone.

  • :volume (v2) - The volume to play the tone at, overriding the configured volume.

Summary

Types

@type param() ::
  {:tone_identifier, 0..255}
  | {:volume, Grizzly.ZWave.CommandClasses.SoundSwitch.volume()}