Stop Level Change
- class st.zwave.CommandClass.SwitchColor.StopLevelChange
Dynamically versioned SWITCH_COLOR_STOP_LEVEL_CHANGE
Supported versions: 1,2,3; unique base versions: 1
- cmd_class: number
0x33
- cmd_id: number
0x07
- version: number
1
- args: st.zwave.CommandClass.SwitchColor.StopLevelChangeV1Args
- construct(module, args)
Construct a SWITCH_COLOR_STOP_LEVEL_CHANGE object at the module instance serialization version.
- Parameters
module (
st.zwave.CommandClass.SwitchColor
) – command class module instanceargs (
st.zwave.CommandClass.SwitchColor.StopLevelChangeV1Args
) – command-specific arguments
- Return type
- class st.zwave.CommandClass.SwitchColor.StopLevelChangeV1: st.zwave.Command
v1 and forward-compatible v2,v3 SWITCH_COLOR_STOP_LEVEL_CHANGE
- cmd_class: number
0x33
- cmd_id: number
0x07
- version: number
1
- args: st.zwave.CommandClass.SwitchColor.StopLevelChangeV1Args
command-specific arguments
- init(module, args)
Initialize a v1 and forward-compatible v2,v3 SWITCH_COLOR_STOP_LEVEL_CHANGE object.
- Parameters
module (
st.zwave.CommandClass.SwitchColor
) – command class module instanceargs (
st.zwave.CommandClass.SwitchColor.StopLevelChangeV1Args
) – command-specific arguments
- serialize()
Serialize v1 or forward-compatible v2,v3 SWITCH_COLOR_STOP_LEVEL_CHANGE arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v1 or forward-compatible v2,v3 SWITCH_COLOR_STOP_LEVEL_CHANGE payload.
- Returns
deserialized arguments
- Return type