SmartFlexHeatPumpStatus
Fields
The data related to the latest reported activity of the heat pump.
The current status of the device.
The current state of this SmartFlex device state machine.
The data related to the latest reported temperature of different zones.
Whether control of the device is currently disabled.
The data related to the latest reported mode of the heat pump.
The data related to the target temperature of the heat pump.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"activity": Activity,
"current": "ONBOARDING",
"currentState": "AUTHENTICATION_PENDING",
"currentTemperatures": [ZoneTemperature],
"isSuspended": true,
"mode": FunctionalMode,
"targetTemperature": TargetTemperature
}