Report¶
- class st.zwave.CommandClass.Antitheft.Report¶
Dynamically versioned ANTITHEFT_REPORT
Supported versions: 1,2,3; unique base versions: 1,2,3
- cmd_class: number¶
0x5D
- cmd_id: number¶
0x03
- version: number¶
1,2,3
- args: st.zwave.CommandClass.Antitheft.ReportV1Args or st.zwave.CommandClass.Antitheft.ReportV2Args or st.zwave.CommandClass.Antitheft.ReportV3Args¶
- construct(module, args)¶
Construct an ANTITHEFT_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.Antitheft) – command class module instanceargs (
st.zwave.CommandClass.Antitheft.ReportV1Args or st.zwave.CommandClass.Antitheft.ReportV2Args or st.zwave.CommandClass.Antitheft.ReportV3Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.Antitheft.ReportV1: st.zwave.Command¶
v1 ANTITHEFT_REPORT
- cmd_class: number¶
0x5D
- cmd_id: number¶
0x03
- version: number¶
1
- args: st.zwave.CommandClass.Antitheft.ReportV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 ANTITHEFT_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Antitheft) – command class module instanceargs (
st.zwave.CommandClass.Antitheft.ReportV1Args) – command-specific arguments
- serialize()¶
Serialize v1 ANTITHEFT_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 ANTITHEFT_REPORT payload.
- Returns:
deserialized arguments
- Return type:
- class st.zwave.CommandClass.Antitheft.ReportV1Args¶
- anti_theft_protection_status: integer¶
- manufacturer_id: integer¶
[0,65535]
- anti_theft_hint_byte: str¶
- class st.zwave.CommandClass.Antitheft.ReportV2: st.zwave.Command¶
v2 ANTITHEFT_REPORT
- cmd_class: number¶
0x5D
- cmd_id: number¶
0x03
- version: number¶
2
- args: st.zwave.CommandClass.Antitheft.ReportV2Args¶
command-specific arguments
- init(module, args)¶
Initialize a v2 ANTITHEFT_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Antitheft) – command class module instanceargs (
st.zwave.CommandClass.Antitheft.ReportV2Args) – command-specific arguments
- serialize()¶
Serialize v2 ANTITHEFT_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v2 ANTITHEFT_REPORT payload.
- Returns:
deserialized arguments
- Return type:
- class st.zwave.CommandClass.Antitheft.ReportV2Args¶
- anti_theft_protection_status: integer¶
- manufacturer_id: integer¶
[0,65535]
- anti_theft_hint_byte: str¶
- class st.zwave.CommandClass.Antitheft.ReportV3: st.zwave.Command¶
v3 ANTITHEFT_REPORT
- cmd_class: number¶
0x5D
- cmd_id: number¶
0x03
- version: number¶
3
- args: st.zwave.CommandClass.Antitheft.ReportV3Args¶
command-specific arguments
- init(module, args)¶
Initialize a v3 ANTITHEFT_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Antitheft) – command class module instanceargs (
st.zwave.CommandClass.Antitheft.ReportV3Args) – command-specific arguments
- serialize()¶
Serialize v3 ANTITHEFT_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v3 ANTITHEFT_REPORT payload.
- Returns:
deserialized arguments
- Return type: