Application Busy¶
- class st.zwave.CommandClass.ApplicationStatus.ApplicationBusy¶
Dynamically versioned APPLICATION_BUSY
Supported versions: 1; unique base versions: 1
- cmd_class: number¶
0x22
- cmd_id: number¶
0x01
- version: number¶
1
- args: st.zwave.CommandClass.ApplicationStatus.ApplicationBusyV1Args¶
- construct(module, args)¶
Construct an APPLICATION_BUSY object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.ApplicationStatus) – command class module instanceargs (
st.zwave.CommandClass.ApplicationStatus.ApplicationBusyV1Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.ApplicationStatus.ApplicationBusyV1: st.zwave.Command¶
v1 APPLICATION_BUSY
- cmd_class: number¶
0x22
- cmd_id: number¶
0x01
- version: number¶
1
- args: st.zwave.CommandClass.ApplicationStatus.ApplicationBusyV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 APPLICATION_BUSY object.
- Parameters:
module (
st.zwave.CommandClass.ApplicationStatus) – command class module instanceargs (
st.zwave.CommandClass.ApplicationStatus.ApplicationBusyV1Args) – command-specific arguments
- serialize()¶
Serialize v1 APPLICATION_BUSY arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 APPLICATION_BUSY payload.
- Returns:
deserialized arguments
- Return type:
st.zwave.CommandClass.ApplicationStatus.ApplicationBusyV1Args