Skip to content

Generate action attempts ref #688

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 24 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e3fc574
Update reference.ts
DebbieAtSeam Jun 25, 2025
1afa63a
Delete docs/api-clients/acs directory
DebbieAtSeam Jun 25, 2025
c4d3e63
Delete docs/api-clients/action_attempts directory
DebbieAtSeam Jun 25, 2025
32a9436
Update paths.yaml
DebbieAtSeam Jun 25, 2025
a51edef
ci: Generate docs
seambot Jun 25, 2025
acac73a
Update SUMMARY.md
DebbieAtSeam Jun 25, 2025
1039016
Update overview.md
DebbieAtSeam Jun 25, 2025
0017065
Update action-attempts.md
DebbieAtSeam Jun 25, 2025
8448476
Update lock-and-unlock.md
DebbieAtSeam Jun 25, 2025
96ee3bf
Update .gitbook.yaml
DebbieAtSeam Jun 25, 2025
78df766
Update get-started-with-ttlock-devices.md
DebbieAtSeam Jun 25, 2025
6c0c3a8
Update get-started-with-ecobee-thermostats.md
DebbieAtSeam Jun 25, 2025
c338d18
Update get-started-with-smartthings-hubs-+-smart-locks.md
DebbieAtSeam Jun 25, 2025
4af6baa
Update get-started-with-akiles-locks.md
DebbieAtSeam Jun 25, 2025
4b6412b
Update get-started-with-4suites-locks.md
DebbieAtSeam Jun 25, 2025
4124d0c
Update get-started-with-33-lock-devices.md
DebbieAtSeam Jun 25, 2025
cdc7c67
Update get-started-with-sensi-thermostats.md
DebbieAtSeam Jun 25, 2025
2b2b22e
Update get-started-with-smartthings-hubs-+-thermostats.md
DebbieAtSeam Jun 25, 2025
4dc5b3c
Update configure-current-climate-settings.md
DebbieAtSeam Jun 25, 2025
f5b179e
Update activating-a-climate-preset.md
DebbieAtSeam Jun 25, 2025
5ceddf1
Update get-started-with-nest-thermostats.md
DebbieAtSeam Jun 25, 2025
8c8ef3b
Update get-started-with-honeywell-thermostats.md
DebbieAtSeam Jun 25, 2025
ccd7ebf
Update get-started-with-august-locks.md
DebbieAtSeam Jun 25, 2025
95c7b09
Merge branch 'main' into generate-action-attempts-ref
DebbieAtSeam Jun 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ redirects:
api-clients/access-control-systems/users/update-user: api/acs/users/update.md
api-clients/access-control-systems/users: api/acs/users/README.md
api-clients/access-control-systems: api/acs/README.md
api-clients/action-attempt/get-action-attempt: api-clients/action_attempts/get.md
api-clients/action-attempt: api-clients/action_attempts/README.md
api-clients/action-attempt/get-action-attempt: api/action_attempts/get.md
api-clients/action-attempt: api/action_attempts/README.md
api-clients/client-sessions/create-a-client-session: api-clients/client_sessions/create.md
api-clients/client-sessions/delete-a-client-session: api-clients/client_sessions/delete.md
api-clients/client-sessions/get-a-client-session: api-clients/client_sessions/get.md
Expand Down
5 changes: 3 additions & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,9 @@
* [Encode an Access Method](api/access_methods/encode.md)
* [Get an Access Method](api/access_methods/get.md)
* [List Access Methods](api/access_methods/list.md)
* [Action Attempts](api-clients/action_attempts/README.md)
* [Get Action Attempt](api-clients/action_attempts/get.md)
* [Action Attempts](api/action_attempts/README.md)
* [List Action Attempts](api/action_attempts/list.md)
* [Get an Action Attempt](api/action_attempts/get.md)
* [Client Sessions](api-clients/client_sessions/README.md)
* [Create a Client Session](api-clients/client_sessions/create.md)
* [Get or Create a Client Session](api-clients/client_sessions/get_or_create.md)
Expand Down
9 changes: 0 additions & 9 deletions docs/api-clients/acs/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/api-clients/action_attempts/README.md

This file was deleted.

139 changes: 0 additions & 139 deletions docs/api-clients/action_attempts/get.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/api-overview/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ See the following reference topics:
## Monitoring

* [Events](../api-clients/events/)
* [Action Attempts](../api-clients/action_attempts/)
* [Action Attempts](../api/action_attempts/)
* [Connected Accounts](../api/connected_accounts/)
1 change: 0 additions & 1 deletion docs/api/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

### Routes

- `/action_attempts`
- `/client_sessions`
- `/connect_webviews`
- `/devices`
Expand Down
3 changes: 3 additions & 0 deletions docs/api/_summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
* [Encode an Access Method](api/access_methods/encode.md)
* [Get an Access Method](api/access_methods/get.md)
* [List Access Methods](api/access_methods/list.md)
* [Action Attempts](api/action_attempts/README.md)
* [Get an Action Attempt](api/action_attempts/get.md)
* [List Action Attempts](api/action_attempts/list.md)
* [Connected Accounts](api/connected_accounts/README.md)
* [Delete a Connected Account](api/connected_accounts/delete.md)
* [Get a Connected Account](api/connected_accounts/get.md)
Expand Down
Loading
Loading