Skip to content

Commit

Permalink
ci: Generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Jan 2, 2025
1 parent 03739d3 commit ee211b5
Show file tree
Hide file tree
Showing 7 changed files with 468 additions and 106 deletions.
30 changes: 2 additions & 28 deletions docs/api/_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ These items are intentionally undocumented.

- `acs_user.is_latest_desired_state_synced_with_provider`: Only used internally.
- `acs_user.latest_desired_state_synced_with_provider_at`: Only used internally.
- `thermostat_schedule.unstable_is_override_allowed`: Unstable

### Endpoints

Expand Down Expand Up @@ -178,14 +177,13 @@ Items that are intentionally undocumented are not included in this section.
- `client_session`
- `connect_webview`
- `connected_account`
- `device`
- `device_provider`
- `event`
- `network`
- `noise_threshold`
- `phone`
- `service_health`
- `unmanaged_access_code`
- `unmanaged_device`
- `webhook`
- `workspace`

Expand Down Expand Up @@ -266,18 +264,6 @@ Items that are intentionally undocumented are not included in this section.
- `connected_account.errors`
- `connected_account.user_identifier`
- `connected_account.warnings`
- `device.can_hvac_cool`
- `device.can_hvac_heat`
- `device.can_hvac_heat_cool`
- `device.can_program_offline_access_codes`
- `device.can_program_online_access_codes`
- `device.can_remotely_lock`
- `device.can_remotely_unlock`
- `device.can_simulate_connection`
- `device.can_simulate_disconnection`
- `device.can_simulate_removal`
- `device.can_turn_off_hvac`
- `device.custom_metadata`
- `device_provider.can_hvac_cool`
- `device_provider.can_hvac_heat`
- `device_provider.can_hvac_heat_cool`
Expand All @@ -293,6 +279,7 @@ Items that are intentionally undocumented are not included in this section.
- `device_provider.display_name`
- `device_provider.image_url`
- `device_provider.provider_categories`
- `event.event_type`
- `network.created_at`
- `network.display_name`
- `network.network_id`
Expand Down Expand Up @@ -323,19 +310,6 @@ Items that are intentionally undocumented are not included in this section.
- `service_health.status`
- `unmanaged_access_code.is_managed`
- `unmanaged_access_code.status`
- `unmanaged_device.can_hvac_cool`
- `unmanaged_device.can_hvac_heat`
- `unmanaged_device.can_hvac_heat_cool`
- `unmanaged_device.can_program_offline_access_codes`
- `unmanaged_device.can_program_online_access_codes`
- `unmanaged_device.can_remotely_lock`
- `unmanaged_device.can_remotely_unlock`
- `unmanaged_device.can_simulate_connection`
- `unmanaged_device.can_simulate_disconnection`
- `unmanaged_device.can_simulate_removal`
- `unmanaged_device.can_turn_off_hvac`
- `unmanaged_device.is_managed`
- `unmanaged_device.properties`
- `user_identity.display_name`
- `user_identity.full_name`
- `webhook.event_types`
Expand Down
143 changes: 143 additions & 0 deletions docs/api/acs/credentials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,3 +314,146 @@ Unassigns a specified [credential](../../../capability-guides/access-systems/man
### [`/acs/credentials/update`](./update.md)

Updates the code and ends at date and time for a specified [credential](../../../capability-guides/access-systems/managing-credentials.md).

## Events

### `acs_credential.deleted`

An ACS credential was deleted.

<details>

<summary><code>acs_credential_id</code> <code>ID</code></summary>

</details>

<details>

<summary><code>acs_system_id</code> <code>ID</code></summary>

ID of the ACS system.

</details>

<details>

<summary><code>connected_account_id</code> <code>ID</code></summary>

{% hint style="warning" %}
**Deprecated**. Will be removed.
{% endhint %}

ID of the connected account.

</details>

<details>

<summary><code>created_at</code> <code>Datetime</code></summary>

Time at which the event was created.

</details>

<details>

<summary><code>event_id</code> <code>ID</code></summary>

ID of the event.

</details>

<details>

<summary><code>event_type</code> <code>String</code></summary>

</details>

<details>

<summary><code>occurred_at</code> <code>Datetime</code></summary>

Time when the event occurred.

</details>

<details>

<summary><code>workspace_id</code> <code>ID</code></summary>

ID of the [workspace](../../../core-concepts/workspaces/README.md).

</details>

---

### `acs_credential.issued`

An ACS credential was issued.

<details>

<summary><code>acs_credential_id</code> <code>ID</code></summary>

</details>

<details>

<summary><code>acs_system_id</code> <code>ID</code></summary>

ID of the ACS system.

</details>

<details>

<summary><code>connected_account_id</code> <code>ID</code></summary>

{% hint style="warning" %}
**Deprecated**. Will be removed.
{% endhint %}

ID of the connected account.

</details>

<details>

<summary><code>created_at</code> <code>Datetime</code></summary>

Time at which the event was created.

</details>

<details>

<summary><code>event_id</code> <code>ID</code></summary>

ID of the event.

</details>

<details>

<summary><code>event_type</code> <code>String</code></summary>

</details>

<details>

<summary><code>occurred_at</code> <code>Datetime</code></summary>

Time when the event occurred.

</details>

<details>

<summary><code>workspace_id</code> <code>ID</code></summary>

ID of the [workspace](../../../core-concepts/workspaces/README.md).

</details>

---

Loading

0 comments on commit ee211b5

Please sign in to comment.