diff --git a/enums/device_type.js b/enums/device_type.js index 2b2485b..ad2525e 100644 --- a/enums/device_type.js +++ b/enums/device_type.js @@ -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', @@ -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,