We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77abf0f + 47c408b commit 3ae1f0eCopy full SHA for 3ae1f0e
enums/device_type.js
@@ -18,6 +18,7 @@ const deviceType = {
18
FLOODLIGHT_CAMERA: 'T8420',
19
FLOODLIGHT_CAMERA_X: 'T8420X',
20
FLOODLIGHT_CAMERA_2: 'T8422',
21
+ FLOODLIGHT_CAMERA_2_: 'T8423',
22
INDOOR_CAM_2K: 'T8400',
23
INDOOR_CAM_1080P: 'T8401',
24
INDOOR_CAM_2K_PAN_TILT: 'T8410',
@@ -126,6 +127,11 @@ const capabilities = {
126
127
NotificationType.EVENT_PERSON_DETECTED,
128
NotificationType.THUMBNAIL,
129
],
130
+ [deviceType.FLOODLIGHT_CAMERA_2_]: [
131
+ NotificationType.EVENT_MOTION_DETECTED,
132
+ NotificationType.EVENT_PERSON_DETECTED,
133
+ NotificationType.THUMBNAIL,
134
+ ],
135
[deviceType.INDOOR_CAM_2K]: [
136
NotificationType.EVENT_MOTION_DETECTED,
137
0 commit comments