Skip to content

Commit 3ae1f0e

Browse files
authored
Merge pull request #99 from dougmcsp/patch-1
Add Support to Floodlight 2 (T8423)
2 parents 77abf0f + 47c408b commit 3ae1f0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

enums/device_type.js

+6
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const deviceType = {
1818
FLOODLIGHT_CAMERA: 'T8420',
1919
FLOODLIGHT_CAMERA_X: 'T8420X',
2020
FLOODLIGHT_CAMERA_2: 'T8422',
21+
FLOODLIGHT_CAMERA_2_: 'T8423',
2122
INDOOR_CAM_2K: 'T8400',
2223
INDOOR_CAM_1080P: 'T8401',
2324
INDOOR_CAM_2K_PAN_TILT: 'T8410',
@@ -126,6 +127,11 @@ const capabilities = {
126127
NotificationType.EVENT_PERSON_DETECTED,
127128
NotificationType.THUMBNAIL,
128129
],
130+
[deviceType.FLOODLIGHT_CAMERA_2_]: [
131+
NotificationType.EVENT_MOTION_DETECTED,
132+
NotificationType.EVENT_PERSON_DETECTED,
133+
NotificationType.THUMBNAIL,
134+
],
129135
[deviceType.INDOOR_CAM_2K]: [
130136
NotificationType.EVENT_MOTION_DETECTED,
131137
NotificationType.EVENT_PERSON_DETECTED,

0 commit comments

Comments
 (0)