Skip to content

Commit

Permalink
Add Support to Floodlight 2 (T8423)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmcsp authored Sep 29, 2021
1 parent 77abf0f commit 47c408b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions enums/device_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const deviceType = {
FLOODLIGHT_CAMERA: 'T8420',
FLOODLIGHT_CAMERA_X: 'T8420X',
FLOODLIGHT_CAMERA_2: 'T8422',
FLOODLIGHT_CAMERA_2_: 'T8423',
INDOOR_CAM_2K: 'T8400',
INDOOR_CAM_1080P: 'T8401',
INDOOR_CAM_2K_PAN_TILT: 'T8410',
Expand Down Expand Up @@ -126,6 +127,11 @@ const capabilities = {
NotificationType.EVENT_PERSON_DETECTED,
NotificationType.THUMBNAIL,
],
[deviceType.FLOODLIGHT_CAMERA_2_]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
NotificationType.THUMBNAIL,
],
[deviceType.INDOOR_CAM_2K]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
Expand Down

0 comments on commit 47c408b

Please sign in to comment.