Update doorbird events to include URLs on event_data (#7826)

* Update doorbird events to include URLs on event_data as shown in documentation.

* ✏️ Tweaks
This commit is contained in:
Matt Snyder 2019-02-11 06:31:09 -06:00 committed by Franck Nijhof
parent 633a90f6ef
commit 33a45d30a9

View File

@ -121,6 +121,14 @@ Please note that clearing device registrations will prevent the device from send
Each event includes live image and video URLs for the Doorbird device that triggered the event. These URLs can be found on the event data and can be useful in automation actions. For example, you could use `html5_viewer_url` on a notification to be linked directly to the live view of the device that triggered the automation. Each event includes live image and video URLs for the Doorbird device that triggered the event. These URLs can be found on the event data and can be useful in automation actions. For example, you could use `html5_viewer_url` on a notification to be linked directly to the live view of the device that triggered the automation.
The following keys are available on `event_data`:
- `timestamp`
- `live_video_url`
- `live_image_url`
- `rtsp_live_video_url`
- `html5_viewer_url`
<p class="note"> <p class="note">
The URLs on the event will be based on the configuration used to connect to your Doorbird device. Ability to connect from outside your network will depend on your configuration. The URLs on the event will be based on the configuration used to connect to your Doorbird device. Ability to connect from outside your network will depend on your configuration.
</p> </p>