Skip to content

Commit

Permalink
ci: Generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Dec 11, 2024
1 parent 36d5833 commit 2fd4c49
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions docs/api/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,8 +751,6 @@ Items that are intentionally undocumented are not included in this section.
- `user_identity_id`
- `/thermostats/cool`
- `sync`
- `/thermostats/create_climate_preset`
- `manual_override_allowed`
- `/thermostats/heat`
- `sync`
- `/thermostats/heat_cool`
Expand All @@ -766,10 +764,6 @@ Items that are intentionally undocumented are not included in this section.
- `device_id`
- `fan_mode`
- `sync`
- `/thermostats/schedules/create`
- `is_override_allowed`
- `/thermostats/schedules/update`
- `is_override_allowed`
- `/user_identities/list`
- `credential_manager_acs_system_id`
- `/user_identities/update`
Expand Down Expand Up @@ -822,6 +816,8 @@ These items are deprecated.
- `email`: use email_address.
- `/acs/users/update`
- `email`: use email_address.
- `/thermostats/create_climate_preset`
- `manual_override_allowed`: Use 'thermostat_schedule.is_override_allowed'
- `/thermostats/set_fan_mode`
- `fan_mode`: Use `fan_mode_setting` instead.
- `/thermostats/update_climate_preset`
Expand Down
2 changes: 1 addition & 1 deletion docs/api/thermostats/create_climate_preset.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Desired [HVAC mode](../../capability-guides/thermostats/understanding-thermostat
Type: `boolean`
Required: No


Indicates whether a person at the thermostat or using the API can change the thermostat's settings.

***

Expand Down
4 changes: 2 additions & 2 deletions docs/api/thermostats/schedules/create.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.i
Type: `boolean`
Required: No


Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](../../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).

***

Expand All @@ -208,7 +208,7 @@ Required: No
Type: `number`
Required: No

Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](../../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).
Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](../../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).

***

Expand Down
4 changes: 2 additions & 2 deletions docs/api/thermostats/schedules/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.i
Type: `boolean`
Required: No


Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](../../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).

***

Expand All @@ -150,7 +150,7 @@ Required: No
Type: `number`
Required: No

Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](../../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).
Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](../../../capability-guides/thermostats/creating-and-managing-thermostat-schedules.md#specifying-manual-override-permissions).

***

Expand Down

0 comments on commit 2fd4c49

Please sign in to comment.