Switch All

class st.zwave.CommandClass.SwitchAll

Supported versions: 1

SET: number

0x01 - SWITCH_ALL_SET command id

GET: number

0x02 - SWITCH_ALL_GET command id

REPORT: number

0x03 - SWITCH_ALL_REPORT command id

ON: number

0x04 - SWITCH_ALL_ON command id

OFF: number

0x05 - SWITCH_ALL_OFF command id

init(params)

Instantiate a versioned instance of the SwitchAll 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

st.zwave.CommandClass.SwitchAll