Switch Color

class st.zwave.CommandClass.SwitchColor

Supported versions: 1,2,3

SUPPORTED_GET: number

0x01 - SWITCH_COLOR_SUPPORTED_GET command id

SUPPORTED_REPORT: number

0x02 - SWITCH_COLOR_SUPPORTED_REPORT command id

GET: number

0x03 - SWITCH_COLOR_GET command id

REPORT: number

0x04 - SWITCH_COLOR_REPORT command id

SET: number

0x05 - SWITCH_COLOR_SET command id

START_LEVEL_CHANGE: number

0x06 - SWITCH_COLOR_START_LEVEL_CHANGE command id

STOP_LEVEL_CHANGE: number

0x07 - SWITCH_COLOR_STOP_LEVEL_CHANGE command id

init(params)

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