Add two missing fields to events in Abode (#11094)

Two new fields were added to events based on this PR: https://github.com/home-assistant/home-assistant/pull/28124

@libots If you could double check that these descriptions make sense, that would be much appreciated. I just based it off your description in the PR you made. :)
This commit is contained in:
shred86 2019-11-04 01:31:59 -08:00 committed by Franck Nijhof
parent 7e7e06aae9
commit a70761176f

View File

@ -90,6 +90,8 @@ Field | Description
`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`.