System Status Report¶
- class st.zwave.CommandClass.Irrigation.SystemStatusReport¶
Dynamically versioned IRRIGATION_SYSTEM_STATUS_REPORT
Supported versions: 1; unique base versions: 1
- cmd_class: number¶
0x6B
- cmd_id: number¶
0x04
- version: number¶
1
- args: st.zwave.CommandClass.Irrigation.SystemStatusReportV1Args¶
- construct(module, args)¶
Construct an IRRIGATION_SYSTEM_STATUS_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.Irrigation) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.SystemStatusReportV1Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.Irrigation.SystemStatusReportV1: st.zwave.Command¶
v1 IRRIGATION_SYSTEM_STATUS_REPORT
- cmd_class: number¶
0x6B
- cmd_id: number¶
0x04
- version: number¶
1
- args: st.zwave.CommandClass.Irrigation.SystemStatusReportV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 IRRIGATION_SYSTEM_STATUS_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Irrigation) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.SystemStatusReportV1Args) – command-specific arguments
- serialize()¶
Serialize v1 IRRIGATION_SYSTEM_STATUS_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 IRRIGATION_SYSTEM_STATUS_REPORT payload.
- Returns:
deserialized arguments
- Return type:
- class st.zwave.CommandClass.Irrigation.SystemStatusReportV1Args¶
- system_voltage: integer¶
[0,255]
- sensor_status: integer¶
- flow_size: integer¶
[0,7]
- flow_scale: integer¶
[0,3]
- flow_precision: integer¶
[0,7]
- flow_value: number¶
[-2147483648,2147483647]
- pressure_size: integer¶
[0,7]
- pressure_scale: integer¶
[0,3]
- pressure_precision: integer¶
[0,7]
- pressure_value: number¶
[-2147483648,2147483647]
- shutoff_duration: integer¶
[0,255]
- not_programmed: boolean¶
- emergency_shutdown: boolean¶
- high_threshold_triggered: boolean¶
- low_threshold_triggered: boolean¶
- valve_errors: boolean¶
- master_valve: boolean¶
- valve_id: integer¶
[0,255]