SmartFlexThermostatStatus
Fields
The current status of the device.
The current state of this SmartFlex device state machine.
Current ambient temperature reported by the thermostat.
Whether control of the device is currently disabled.
Current operation mode of the thermostat.
The target set point for cooling.
The target set point for heating.
The timestamp of the latest status update.
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
{
"current": "ONBOARDING",
"currentState": "AUTHENTICATION_PENDING",
"currentTemperature": Temperature,
"isSuspended": true,
"mode": "HEATING",
"targetCoolTemperature": Temperature,
"targetHeatTemperature": Temperature,
"timestamp": "1972-01-04T04:32:42.105782+00:00"
}