Valve Info Report¶
- class st.zwave.CommandClass.Irrigation.ValveInfoReport¶
Dynamically versioned IRRIGATION_VALVE_INFO_REPORT
Supported versions: 1; unique base versions: 1
- cmd_class: number¶
0x6B
- cmd_id: number¶
0x09
- version: number¶
1
- args: st.zwave.CommandClass.Irrigation.ValveInfoReportV1Args¶
- construct(module, args)¶
Construct an IRRIGATION_VALVE_INFO_REPORT object at the module instance serialization version.
- Parameters:
module (
st.zwave.CommandClass.Irrigation) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.ValveInfoReportV1Args) – command-specific arguments
- Return type:
- class st.zwave.CommandClass.Irrigation.ValveInfoReportV1: st.zwave.Command¶
v1 IRRIGATION_VALVE_INFO_REPORT
- cmd_class: number¶
0x6B
- cmd_id: number¶
0x09
- version: number¶
1
- args: st.zwave.CommandClass.Irrigation.ValveInfoReportV1Args¶
command-specific arguments
- init(module, args)¶
Initialize a v1 IRRIGATION_VALVE_INFO_REPORT object.
- Parameters:
module (
st.zwave.CommandClass.Irrigation) – command class module instanceargs (
st.zwave.CommandClass.Irrigation.ValveInfoReportV1Args) – command-specific arguments
- serialize()¶
Serialize v1 IRRIGATION_VALVE_INFO_REPORT arguments.
- Returns:
serialized payload
- Return type:
str
- deserialize()¶
Deserialize a v1 IRRIGATION_VALVE_INFO_REPORT payload.
- Returns:
deserialized arguments
- Return type:
- class st.zwave.CommandClass.Irrigation.ValveInfoReportV1Args¶
- master: boolean¶
- connected: boolean¶
- valve_id: integer¶
[0,255]
- nominal_current: integer¶
[0,255]
- short_circuit: boolean¶
- current_high_threshold: boolean¶
- current_low_threshold: boolean¶
- maximum_flow: boolean¶
- flow_high_threshold: boolean¶
- flow_low_threshold: boolean¶