Sound Switch
- class st.zwave.CommandClass.SoundSwitch
Supported versions: 1,2
- TONES_NUMBER_GET: number
0x01 - SOUND_SWITCH_TONES_NUMBER_GET command id
- TONES_NUMBER_REPORT: number
0x02 - SOUND_SWITCH_TONES_NUMBER_REPORT command id
- TONE_INFO_GET: number
0x03 - SOUND_SWITCH_TONE_INFO_GET command id
- TONE_INFO_REPORT: number
0x04 - SOUND_SWITCH_TONE_INFO_REPORT command id
- CONFIGURATION_SET: number
0x05 - SOUND_SWITCH_CONFIGURATION_SET command id
- CONFIGURATION_GET: number
0x06 - SOUND_SWITCH_CONFIGURATION_GET command id
- CONFIGURATION_REPORT: number
0x07 - SOUND_SWITCH_CONFIGURATION_REPORT command id
- TONE_PLAY_SET: number
0x08 - SOUND_SWITCH_TONE_PLAY_SET command id
- TONE_PLAY_GET: number
0x09 - SOUND_SWITCH_TONE_PLAY_GET command id
- TONE_PLAY_REPORT: number
0x0A - SOUND_SWITCH_TONE_PLAY_REPORT command id
- init(params)
Instantiate a versioned instance of the SoundSwitch Command Class module, optionally setting strict to require explicit passing of all parameters to constructors.
- Parameters
params (
st.zwave.CommandClass.Params
) – command class instance parameters- Returns
versioned command class instance
- Return type