Update abode.markdown (#31416)

Services term does not work well in the title field.

Also, tables were inconsistently formatted.
This commit is contained in:
Stephen Brown II 2024-02-14 02:01:29 -06:00 committed by GitHub
parent 64dfa91f7c
commit 730a2e7ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,25 +66,27 @@ They are grouped into the below events:
All {% term events %} have the fields:
Field | Description
----- | -----------
`device_id` | The Abode device ID of the event.
`device_name` | The Abode device name of the event.
`device_type` | The Abode device type of the event.
`event_code` | The event code of the event.
`event_name` | The name of the event.
`event_type` | The type of the event.
`event_utc` | The UTC timestamp of the event.
`user_name` | The Abode user that triggered the event, if applicable.
`app_type` | The Abode app that triggered the event (e.g., web app, iOS app, etc.).
`event_by` | The keypad user that triggered the event.
`date` | The date of the event in the format `MM/DD/YYYY`.
`time` | The time of the event in the format `HH:MM AM`.
| Field | Description |
| ----- | ----------- |
| `device_id` | The Abode device ID of the event. |
| `device_name` | The Abode device name of the event. |
| `device_type` | The Abode device type of the event. |
| `event_code` | The event code of the event. |
| `event_name` | The name of the event. |
| `event_type` | The type of the event. |
| `event_utc` | The UTC timestamp of the event. |
| `user_name` | The Abode user that triggered the event, if applicable. |
| `app_type` | The Abode app that triggered the event (e.g., web app, iOS app, etc.). |
| `event_by` | The keypad user that triggered the event. |
| `date` | The date of the event in the format `MM/DD/YYYY`. |
| `time` | The time of the event in the format `HH:MM AM`. |
There is a unique list of known event_codes that can be found
[here](https://github.com/MisterWil/abodepy/files/1262019/timeline_events.txt).
## {% term Services %}
## Services
Available {% term services %}: `change_setting`, `capture_image`, `trigger_automation`
### Service `change_setting`
@ -94,8 +96,8 @@ For a full list of settings and valid values, consult the
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `setting` | No | The setting you wish to change.
| `value` | No | The value you wish to change the setting to.
| `setting` | No | The setting you wish to change. |
| `value` | No | The value you wish to change the setting to. |
### Service `capture_image`
@ -103,7 +105,7 @@ Request a new still image from your Abode camera.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | No | String or list of strings that point at `entity_id`s of Abode cameras.
| `entity_id` | No | String or list of strings that point at `entity_id`s of Abode cameras. |
### Service `trigger_automation`
@ -111,4 +113,4 @@ Trigger an automation on your Abode system.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | No | String or list of strings that point at `entity_id`s of switches that represent your Abode automations.
| `entity_id` | No | String or list of strings that point at `entity_id`s of switches that represent your Abode automations. |