Skip to content

Commit

Permalink
Merge pull request #471 from PhilippEngler/AddDeviceNotificationInter…
Browse files Browse the repository at this point in the history
…valTimePropertyToIndoorCams

Add DeviceNotificationIntervalTimeProperty to indoor cams
  • Loading branch information
bropat authored Feb 12, 2024
2 parents c392301 + 1fbcc61 commit fc4126a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/http/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit fc4126a

Please sign in to comment.