System Config Report¶
- class st.zwave.CommandClass.Irrigation.SystemConfigReport¶
Dynamically versioned IRRIGATION_SYSTEM_CONFIG_REPORT
Supported versions: 1; unique base versions: 1
- cmd_class: number¶
0x6B
- cmd_id: number¶
0x07
- version: number¶
1
- args: st.zwave.CommandClass.Irrigation.SystemConfigReportV1Args¶
- construct(module, args)¶
Construct an IRRIGATION_SYSTEM_CONFIG_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.Irrigation) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.SystemConfigReportV1Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.Irrigation.SystemConfigReportV1: st.zwave.Command¶
v1 IRRIGATION_SYSTEM_CONFIG_REPORT
- cmd_class: number¶
0x6B
- cmd_id: number¶
0x07
- version: number¶
1
- args: st.zwave.CommandClass.Irrigation.SystemConfigReportV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 IRRIGATION_SYSTEM_CONFIG_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Irrigation) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.SystemConfigReportV1Args) – command-specific arguments
- serialize()¶
Serialize v1 IRRIGATION_SYSTEM_CONFIG_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 IRRIGATION_SYSTEM_CONFIG_REPORT payload.
- Returns:
deserialized arguments
- Return type:
- class st.zwave.CommandClass.Irrigation.SystemConfigReportV1Args¶
- master_valve_delay: integer¶
[0,255]
- high_pressure_threshold_size: integer¶
[0,7]
- high_pressure_threshold_scale: integer¶
[0,3]
- high_pressure_threshold_precision: integer¶
[0,7]
- high_pressure_threshold_value: number¶
[-2147483648,2147483647]
- low_pressure_threshold_size: integer¶
[0,7]
- low_pressure_threshold_scale: integer¶
[0,3]
- low_pressure_threshold_precision: integer¶
[0,7]
- low_pressure_threshold_value: number¶
[-2147483648,2147483647]
- rain_sensor_polarity: boolean¶
- moisture_sensor_polarity: boolean¶
- valid: boolean¶