Skip to content

Commit

Permalink
update list accessible devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewuu committed Aug 20, 2024
1 parent 04779eb commit 8768898
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api-clients/user_identities/list_accessible_devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ This response also includes a Boolean `ok` status indicator.
"temperature_celsius": 24.64,
"temperature_fahrenheit": 76.352,
"current_climate_setting": {
"automatic_heating_enabled": true,
"automatic_cooling_enabled": true,
"hvac_mode_setting": "heat_cool",
"manual_override_allowed": true,
"cooling_set_point_celsius": 21.5,
Expand All @@ -100,6 +102,8 @@ This response also includes a Boolean `ok` status indicator.
"heat_cool",
"off"
],
"can_enable_automatic_cooling": true,
"can_enable_automatic_heating": true,
"is_temporary_manual_override_active": false,
"name": "",
"appearance": {
Expand Down

0 comments on commit 8768898

Please sign in to comment.