Skip to content

Commit

Permalink
Merge pull request #93 from kevinfowler/main
Browse files Browse the repository at this point in the history
Added support for Floodlight Cam 2 (T8422)
  • Loading branch information
matijse authored Sep 13, 2021
2 parents 4a87d4d + ffee968 commit 5dfe316
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 @@ -15,6 +15,7 @@ const deviceType = {
EUFYCAM_E: 'T8112',
FLOODLIGHT_CAMERA: 'T8420',
FLOODLIGHT_CAMERA_X: 'T8420X',
FLOODLIGHT_CAMERA_2: 'T8422',
INDOOR_CAM_2K: 'T8400',
INDOOR_CAM_1080P: 'T8401',
INDOOR_CAM_2K_PAN_TILT: 'T8410',
Expand Down Expand Up @@ -104,6 +105,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 5dfe316

Please sign in to comment.