Capabilities Report
- class st.zwave.CommandClass.ThermostatSetpoint.CapabilitiesReport
Dynamically versioned THERMOSTAT_SETPOINT_CAPABILITIES_REPORT
Supported versions: 3; unique base versions: 3
- cmd_class: number
0x43
- cmd_id: number
0x0A
- version: number
3
- args: st.zwave.CommandClass.ThermostatSetpoint.CapabilitiesReportV3Args
- construct(module, args)
Construct a THERMOSTAT_SETPOINT_CAPABILITIES_REPORT object at the module instance serialization version.
- Parameters
module (
st.zwave.CommandClass.ThermostatSetpoint
) – command class module instanceargs (
st.zwave.CommandClass.ThermostatSetpoint.CapabilitiesReportV3Args
) – command-specific arguments
- Return type
- class st.zwave.CommandClass.ThermostatSetpoint.CapabilitiesReportV3: st.zwave.Command
v3 THERMOSTAT_SETPOINT_CAPABILITIES_REPORT
- cmd_class: number
0x43
- cmd_id: number
0x0A
- version: number
3
- args: st.zwave.CommandClass.ThermostatSetpoint.CapabilitiesReportV3Args
command-specific arguments
- init(module, args)
Initialize a v3 THERMOSTAT_SETPOINT_CAPABILITIES_REPORT object.
- Parameters
module (
st.zwave.CommandClass.ThermostatSetpoint
) – command class module instanceargs (
st.zwave.CommandClass.ThermostatSetpoint.CapabilitiesReportV3Args
) – command-specific arguments
- serialize()
Serialize v3 THERMOSTAT_SETPOINT_CAPABILITIES_REPORT arguments.
- Returns
serialized payload
- Return type
str
- deserialize()
Deserialize a v3 THERMOSTAT_SETPOINT_CAPABILITIES_REPORT payload.
- Returns
deserialized arguments
- Return type
st.zwave.CommandClass.ThermostatSetpoint.CapabilitiesReportV3Args
- class st.zwave.CommandClass.ThermostatSetpoint.CapabilitiesReportV3Args
- setpoint_type: integer
- size1: integer
[0,7]
- scale1: integer
- precision1: integer
[0,7]
- min_value: number
[-2147483648,2147483647]
- size2: integer
[0,7]
- scale2: integer
- precision2: integer
[0,7]
- max_value: number
[-2147483648,2147483647]