Valve Config Report¶
- class st.zwave.CommandClass.Irrigation.ValveConfigReport¶
Dynamically versioned IRRIGATION_VALVE_CONFIG_REPORT
Supported versions: 1; unique base versions: 1
- cmd_class: number¶
0x6B
- cmd_id: number¶
0x0C
- version: number¶
1
- args: st.zwave.CommandClass.Irrigation.ValveConfigReportV1Args¶
- construct(module, args)¶
Construct an IRRIGATION_VALVE_CONFIG_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.Irrigation) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.ValveConfigReportV1Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.Irrigation.ValveConfigReportV1: st.zwave.Command¶
v1 IRRIGATION_VALVE_CONFIG_REPORT
- cmd_class: number¶
0x6B
- cmd_id: number¶
0x0C
- version: number¶
1
- args: st.zwave.CommandClass.Irrigation.ValveConfigReportV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 IRRIGATION_VALVE_CONFIG_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Irrigation) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.ValveConfigReportV1Args) – command-specific arguments
- serialize()¶
Serialize v1 IRRIGATION_VALVE_CONFIG_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 IRRIGATION_VALVE_CONFIG_REPORT payload.
- Returns:
deserialized arguments
- Return type:
- class st.zwave.CommandClass.Irrigation.ValveConfigReportV1Args¶
- master_valve: boolean¶
- valve_id: integer¶
[0,255]
- nominal_current_high_threshold: integer¶
[0,255]
- nominal_current_low_threshold: integer¶
[0,255]
- maximum_flow_size: integer¶
[0,7]
- maximum_flow_scale: integer¶
[0,3]
- maximum_flow_precision: integer¶
[0,7]
- maximum_flow_value: number¶
[-2147483648,2147483647]
- flow_high_threshold_size: integer¶
[0,7]
- flow_high_threshold_scale: integer¶
[0,3]
- flow_high_threshold_precision: integer¶
[0,7]
- flow_high_threshold_value: number¶
[-2147483648,2147483647]
- flow_low_threshold_size: integer¶
[0,7]
- flow_low_threshold_scale: integer¶
[0,3]
- flow_low_threshold_precision: integer¶
[0,7]
- flow_low_threshold_value: number¶
[-2147483648,2147483647]
- use_rain_sensor: boolean¶
- use_moisture_sensor: boolean¶