@@ -42531,6 +42531,10 @@ export type Routes = {
4253142531 motion_sub_type?:
4253242532 | ('human' | 'vehicle' | 'package' | 'other')
4253342533 | undefined
42534+ /** URL to a thumbnail image captured at the time of activation. */
42535+ image_url?: string | undefined
42536+ /** URL to a short video clip captured at the time of activation. */
42537+ video_url?: string | undefined
4253442538 }
4253542539 | {
4253642540 /** ID of the event. */
@@ -42560,6 +42564,10 @@ export type Routes = {
4256042564 }
4256142565 | undefined
4256242566 event_type: 'device.doorbell_rang'
42567+ /** URL to a thumbnail image captured at the time the doorbell was pressed. */
42568+ image_url?: string | undefined
42569+ /** URL to a short video clip captured at the time the doorbell was pressed. */
42570+ video_url?: string | undefined
4256342571 }
4256442572 | {
4256542573 /** ID of the event. */
@@ -45912,6 +45920,10 @@ export type Routes = {
4591245920 motion_sub_type?:
4591345921 | ('human' | 'vehicle' | 'package' | 'other')
4591445922 | undefined
45923+ /** URL to a thumbnail image captured at the time of activation. */
45924+ image_url?: string | undefined
45925+ /** URL to a short video clip captured at the time of activation. */
45926+ video_url?: string | undefined
4591545927 }
4591645928 | {
4591745929 /** ID of the event. */
@@ -45941,6 +45953,10 @@ export type Routes = {
4594145953 }
4594245954 | undefined
4594345955 event_type: 'device.doorbell_rang'
45956+ /** URL to a thumbnail image captured at the time the doorbell was pressed. */
45957+ image_url?: string | undefined
45958+ /** URL to a short video clip captured at the time the doorbell was pressed. */
45959+ video_url?: string | undefined
4594445960 }
4594545961 | {
4594645962 /** ID of the event. */
@@ -73152,6 +73168,10 @@ export type Routes = {
7315273168 motion_sub_type?:
7315373169 | ('human' | 'vehicle' | 'package' | 'other')
7315473170 | undefined
73171+ /** URL to a thumbnail image captured at the time of activation. */
73172+ image_url?: string | undefined
73173+ /** URL to a short video clip captured at the time of activation. */
73174+ video_url?: string | undefined
7315573175 }
7315673176 | {
7315773177 /** ID of the event. */
@@ -73181,6 +73201,10 @@ export type Routes = {
7318173201 }
7318273202 | undefined
7318373203 event_type: 'device.doorbell_rang'
73204+ /** URL to a thumbnail image captured at the time the doorbell was pressed. */
73205+ image_url?: string | undefined
73206+ /** URL to a short video clip captured at the time the doorbell was pressed. */
73207+ video_url?: string | undefined
7318473208 }
7318573209 | {
7318673210 /** ID of the event. */
@@ -109588,6 +109612,10 @@ export type Routes = {
109588109612 motion_sub_type?:
109589109613 | ('human' | 'vehicle' | 'package' | 'other')
109590109614 | undefined
109615+ /** URL to a thumbnail image captured at the time of activation. */
109616+ image_url?: string | undefined
109617+ /** URL to a short video clip captured at the time of activation. */
109618+ video_url?: string | undefined
109591109619 }
109592109620 | {
109593109621 /** ID of the event. */
@@ -109617,6 +109645,10 @@ export type Routes = {
109617109645 }
109618109646 | undefined
109619109647 event_type: 'device.doorbell_rang'
109648+ /** URL to a thumbnail image captured at the time the doorbell was pressed. */
109649+ image_url?: string | undefined
109650+ /** URL to a short video clip captured at the time the doorbell was pressed. */
109651+ video_url?: string | undefined
109620109652 }
109621109653 | {
109622109654 /** ID of the event. */
0 commit comments