Commit 77abf0f 1 parent 2512d26 commit 77abf0f Copy full SHA for 77abf0f
File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ const deviceType = {
14
14
EUFYCAM_2_PRO_Z : 'T8140-Z' ,
15
15
EUFYCAM_E : 'T8112' ,
16
16
EUFYCAM_SOLO_C24 : 'T8441' ,
17
+ EUFYCAM_SOLO_S40 : 'T8124' ,
17
18
FLOODLIGHT_CAMERA : 'T8420' ,
18
19
FLOODLIGHT_CAMERA_X : 'T8420X' ,
19
20
FLOODLIGHT_CAMERA_2 : 'T8422' ,
@@ -105,6 +106,12 @@ const capabilities = {
105
106
NotificationType . EVENT_PET_DETECTED ,
106
107
NotificationType . THUMBNAIL ,
107
108
] ,
109
+ [ deviceType . EUFYCAM_SOLO_S40 ] : [
110
+ NotificationType . EVENT_MOTION_DETECTED ,
111
+ NotificationType . EVENT_PERSON_DETECTED ,
112
+ NotificationType . THUMBNAIL ,
113
+ SensorType . BATTERY_PERCENTAGE ,
114
+ ] ,
108
115
[ deviceType . FLOODLIGHT_CAMERA ] : [
109
116
NotificationType . EVENT_MOTION_DETECTED ,
110
117
NotificationType . THUMBNAIL ,
You can’t perform that action at this time.
0 commit comments