Commit 47c408b 1 parent 77abf0f commit 47c408b Copy full SHA for 47c408b
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const deviceType = {
18
18
FLOODLIGHT_CAMERA : 'T8420' ,
19
19
FLOODLIGHT_CAMERA_X : 'T8420X' ,
20
20
FLOODLIGHT_CAMERA_2 : 'T8422' ,
21
+ FLOODLIGHT_CAMERA_2_ : 'T8423' ,
21
22
INDOOR_CAM_2K : 'T8400' ,
22
23
INDOOR_CAM_1080P : 'T8401' ,
23
24
INDOOR_CAM_2K_PAN_TILT : 'T8410' ,
@@ -126,6 +127,11 @@ const capabilities = {
126
127
NotificationType . EVENT_PERSON_DETECTED ,
127
128
NotificationType . THUMBNAIL ,
128
129
] ,
130
+ [ deviceType . FLOODLIGHT_CAMERA_2_ ] : [
131
+ NotificationType . EVENT_MOTION_DETECTED ,
132
+ NotificationType . EVENT_PERSON_DETECTED ,
133
+ NotificationType . THUMBNAIL ,
134
+ ] ,
129
135
[ deviceType . INDOOR_CAM_2K ] : [
130
136
NotificationType . EVENT_MOTION_DETECTED ,
131
137
NotificationType . EVENT_PERSON_DETECTED ,
You can’t perform that action at this time.
0 commit comments