List Thermostats
POST /thermostats/list โ { devices: [device, โฆ] }await seam.thermostats.list();[
{
"device_id": "123e4567-e89b-12d3-a456-426614174000",
"device_type": "ecobee_thermostat",
"capabilities_supported": ["thermostat"],
"properties": {
"name": "Entryway",
"online": "true,",
"relative_humidity": 0.36,
"temperature_farenheit": 70,
"available_hvac_mode_settings": ["cool", "heat", "heat_cool", "off"],
"current_climate_setting": {
"hvac_mode_setting": "heat_cool",
"cooling_set_point_farenheit": 75,
"heating_set_point_farenheit": 65,
"manual_override_allowed": false
},
"location": null,
"connected_account_id": "123e4567-e89b-12d3-a456-426614174000",
"workspace_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2024-04-05T07:57:05.323Z"
}
}
]Authentication Methods
Request Parameters
connect_webview_id
connect_webview_idconnected_account_id
connected_account_idconnected_account_ids
connected_account_idscreated_before
created_beforecustom_metadata_has
custom_metadata_hasdevice_ids
device_idsdevice_type
device_typedevice_types
device_typeslimit
limitmanufacturer
manufactureruser_identifier_key
user_identifier_keyReturn Type
Last updated
Was this helpful?

