Skip to content

Commit

Permalink
Add support for EufyCam Solo S40
Browse files Browse the repository at this point in the history
  • Loading branch information
matijse committed Sep 18, 2021
1 parent 2512d26 commit 77abf0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions enums/device_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const deviceType = {
EUFYCAM_2_PRO_Z: 'T8140-Z',
EUFYCAM_E: 'T8112',
EUFYCAM_SOLO_C24: 'T8441',
EUFYCAM_SOLO_S40: 'T8124',
FLOODLIGHT_CAMERA: 'T8420',
FLOODLIGHT_CAMERA_X: 'T8420X',
FLOODLIGHT_CAMERA_2: 'T8422',
Expand Down Expand Up @@ -105,6 +106,12 @@ const capabilities = {
NotificationType.EVENT_PET_DETECTED,
NotificationType.THUMBNAIL,
],
[deviceType.EUFYCAM_SOLO_S40]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.EVENT_PERSON_DETECTED,
NotificationType.THUMBNAIL,
SensorType.BATTERY_PERCENTAGE,
],
[deviceType.FLOODLIGHT_CAMERA]: [
NotificationType.EVENT_MOTION_DETECTED,
NotificationType.THUMBNAIL,
Expand Down

0 comments on commit 77abf0f

Please sign in to comment.