@camera.ui/sdk / camera / CameraNotificationSettings
Interface: CameraNotificationSettings
Defined in: camera/notification.ts:12
Push notification settings for a camera.
Properties
audio
audio:
AudioLabel[]
Defined in: camera/notification.ts:18
Audio events that send a push. other covers custom audio labels.
cooldown
cooldown:
number
Defined in: camera/notification.ts:22
Minimum seconds between pushes. Critical alerts bypass it and do not count toward it.
enabled
enabled:
boolean
Defined in: camera/notification.ts:14
Whether detections on this camera send a push at all.
sensors
sensors:
string[]
Defined in: camera/notification.ts:20
Sensor triggers that send a push, by sensor type.
speed
speed:
NotificationSpeed
Defined in: camera/notification.ts:24
How long a push waits for a good picture.
video
video:
boolean
Defined in: camera/notification.ts:16
Attach a short clip of the moment. Needs recording, uses the lowest recorded quality.