Skip to main content

Fields

The current status of the device.

currentState : SmartFlexDeviceState

The current state of this SmartFlex device state machine.

currentTemperature : Temperature

Current ambient temperature reported by the thermostat.

isSuspended : Boolean

Whether control of the device is currently disabled.

Current operation mode of the thermostat.

targetCoolTemperature : Temperature

The target set point for cooling.

targetHeatTemperature : Temperature

The target set point for heating.

timestamp : DateTime

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" }