From 1fbcc612590b32ebb2b5e5b8f9aec6ce4ad56615 Mon Sep 17 00:00:00 2001 From: Philipp Engler <77169354+PhilippEngler@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:43:25 +0100 Subject: [PATCH] added DeviceNotificationIntervalTimeProperty to indoorcams --- src/http/types.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/http/types.ts b/src/http/types.ts index 80d15bf..2c493fb 100644 --- a/src/http/types.ts +++ b/src/http/types.ts @@ -6006,6 +6006,7 @@ export const DeviceProperties: Properties = { [PropertyName.DeviceNotificationAllOtherMotion]: DeviceNotificationAllOtherMotionProperty, [PropertyName.DeviceNotificationAllSound]: DeviceNotificationAllSoundProperty, [PropertyName.DeviceNotificationCrying]: DeviceNotificationCryingProperty, + [PropertyName.DeviceNotificationIntervalTime]: DeviceNotificationIntervalTimeProperty, [PropertyName.DeviceContinuousRecording]: DeviceContinuousRecordingProperty, [PropertyName.DeviceContinuousRecordingType]: DeviceContinuousRecordingTypeProperty, [PropertyName.DeviceVideoTypeStoreToNAS]: DeviceVideoTypeStoreToNASProperty, @@ -6047,6 +6048,7 @@ export const DeviceProperties: Properties = { [PropertyName.DeviceNotificationAllOtherMotion]: DeviceNotificationAllOtherMotionProperty, [PropertyName.DeviceNotificationAllSound]: DeviceNotificationAllSoundProperty, [PropertyName.DeviceNotificationCrying]: DeviceNotificationCryingProperty, + [PropertyName.DeviceNotificationIntervalTime]: DeviceNotificationIntervalTimeProperty, [PropertyName.DeviceContinuousRecording]: DeviceContinuousRecordingProperty, [PropertyName.DeviceContinuousRecordingType]: DeviceContinuousRecordingTypeProperty, [PropertyName.DeviceVideoTypeStoreToNAS]: DeviceVideoTypeStoreToNASProperty, @@ -6133,6 +6135,7 @@ export const DeviceProperties: Properties = { [PropertyName.DeviceNotificationAllOtherMotion]: DeviceNotificationAllOtherMotionProperty, [PropertyName.DeviceNotificationAllSound]: DeviceNotificationAllSoundProperty, [PropertyName.DeviceNotificationCrying]: DeviceNotificationCryingProperty, + [PropertyName.DeviceNotificationIntervalTime]: DeviceNotificationIntervalTimeProperty, [PropertyName.DeviceContinuousRecording]: DeviceContinuousRecordingProperty, [PropertyName.DeviceContinuousRecordingType]: DeviceContinuousRecordingTypeProperty, [PropertyName.DeviceMotionZone]: DeviceMotionZoneProperty, @@ -6178,6 +6181,7 @@ export const DeviceProperties: Properties = { [PropertyName.DeviceNotificationAllOtherMotion]: DeviceNotificationAllOtherMotionProperty, [PropertyName.DeviceNotificationAllSound]: DeviceNotificationAllSoundProperty, [PropertyName.DeviceNotificationCrying]: DeviceNotificationCryingProperty, + [PropertyName.DeviceNotificationIntervalTime]: DeviceNotificationIntervalTimeProperty, [PropertyName.DeviceContinuousRecording]: DeviceContinuousRecordingProperty, [PropertyName.DeviceContinuousRecordingType]: DeviceContinuousRecordingTypeProperty, [PropertyName.DeviceVideoTypeStoreToNAS]: DeviceVideoTypeStoreToNASProperty,