From 33a45d30a95df5e460fa29c55c800dd3f810db7f Mon Sep 17 00:00:00 2001 From: Matt Snyder Date: Mon, 11 Feb 2019 06:31:09 -0600 Subject: [PATCH] Update doorbird events to include URLs on event_data (#7826) * Update doorbird events to include URLs on event_data as shown in documentation. * :pencil2: Tweaks --- source/_components/doorbird.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/doorbird.markdown b/source/_components/doorbird.markdown index 610549f2966..111f79f1b2d 100644 --- a/source/_components/doorbird.markdown +++ b/source/_components/doorbird.markdown @@ -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. +The following keys are available on `event_data`: + +- `timestamp` +- `live_video_url` +- `live_image_url` +- `rtsp_live_video_url` +- `html5_viewer_url` +

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.