getThermostatDetails
Deprecation
The 'getThermostatDetails' field is deprecated.Please use 'devices' query with `... on SmartFlexThermostatStatus` instead.
- Marked as deprecated on 2024-10-08.
- Scheduled for removal on or after 2025-12-01.
You can read more about this deprecation on:
https://announcements.kraken.tech/announcements/us/octopus-energy/571/
Arguments
Returns
GetThermostatDetailsOutputPossible Errors
Allowed Viewers
Query Complexity
1Examples
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.
query GetThermostatDetails($accountNumber: String!) {
getThermostatDetails(accountNumber: $accountNumber) {
thermostats {
...GetThermostatDetailsTypeFragment
}
}
}
Variables
{
"accountNumber": "A-CEAA4EDD"
}
Response
{
"data": {
"getThermostatDetails": {
"thermostats": [GetThermostatDetailsType]
}
}
}