Valve Config Set
- class st.zwave.CommandClass.Irrigation.ValveConfigSet
Dynamically versioned IRRIGATION_VALVE_CONFIG_SET
Supported versions: 1; unique base versions: 1
- cmd_class: number
0x6B
- cmd_id: number
0x0A
- version: number
1
- args: st.zwave.CommandClass.Irrigation.ValveConfigSetV1Args
- construct(module, args)
Construct an IRRIGATION_VALVE_CONFIG_SET object at the module instance serialization version.
- Parameters
module (
st.zwave.CommandClass.Irrigation
) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.ValveConfigSetV1Args
) – command-specific arguments
- Return type
- class st.zwave.CommandClass.Irrigation.ValveConfigSetV1: st.zwave.Command
v1 IRRIGATION_VALVE_CONFIG_SET
- cmd_class: number
0x6B
- cmd_id: number
0x0A
- version: number
1
- args: st.zwave.CommandClass.Irrigation.ValveConfigSetV1Args
command-specific arguments
- init(module, args)
Initialize a v1 IRRIGATION_VALVE_CONFIG_SET object.
- Parameters
module (
st.zwave.CommandClass.Irrigation
) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.ValveConfigSetV1Args
) – command-specific arguments
- serialize()
Serialize v1 IRRIGATION_VALVE_CONFIG_SET arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v1 IRRIGATION_VALVE_CONFIG_SET payload.
- Returns
deserialized arguments
- Return type
- class st.zwave.CommandClass.Irrigation.ValveConfigSetV1Args
- 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