eufy-security-client 3.8.0-dev.13 → 3.8.0-dev.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -88,6 +88,7 @@ export declare enum DeviceType {
88
88
  LOCK_85D0 = 202,
89
89
  LOCK_85L0 = 201,
90
90
  LOCK_85V0 = 203,
91
+ CAMERA_POE_S4 = 301,//T8E00
91
92
  WALL_LIGHT_CAM_81A0 = 10005,
92
93
  INDOOR_PT_CAMERA_C220 = 10008,// T8W11C
93
94
  INDOOR_PT_CAMERA_C210 = 10009,// T8419 / T8W11P?
@@ -102,6 +102,7 @@ var DeviceType;
102
102
  DeviceType[DeviceType["LOCK_85D0"] = 202] = "LOCK_85D0";
103
103
  DeviceType[DeviceType["LOCK_85L0"] = 201] = "LOCK_85L0";
104
104
  DeviceType[DeviceType["LOCK_85V0"] = 203] = "LOCK_85V0";
105
+ DeviceType[DeviceType["CAMERA_POE_S4"] = 301] = "CAMERA_POE_S4";
105
106
  DeviceType[DeviceType["WALL_LIGHT_CAM_81A0"] = 10005] = "WALL_LIGHT_CAM_81A0";
106
107
  DeviceType[DeviceType["INDOOR_PT_CAMERA_C220"] = 10008] = "INDOOR_PT_CAMERA_C220";
107
108
  DeviceType[DeviceType["INDOOR_PT_CAMERA_C210"] = 10009] = "INDOOR_PT_CAMERA_C210";
@@ -1034,6 +1035,7 @@ exports.GenericTypeProperty = {
1034
1035
  201: "Smart Lock C33 (T85L0)",
1035
1036
  202: "Smart Lock C30 (T85D0)",
1036
1037
  203: "FamiLock S3 (T85V0)",
1038
+ 301: "PoE Bullet-PTZ Cam S4 (T8E00)",
1037
1039
  10005: "Solar Wall Light Cam S120 (T81A0)",
1038
1040
  10008: "Indoor Cam C220 (T8W11C)",
1039
1041
  10009: "Indoor Cam C210 (T8419)",
@@ -8204,6 +8206,67 @@ exports.DeviceProperties = {
8204
8206
  [PropertyName.DeviceWifiRSSI]: exports.DeviceWifiRSSIEntrySensorProperty,
8205
8207
  [PropertyName.DeviceBatteryLow]: exports.DeviceBatteryLowMotionSensorProperty,
8206
8208
  },
8209
+ [DeviceType.CAMERA_POE_S4]: {
8210
+ ...exports.GenericDeviceProperties,
8211
+ [PropertyName.DeviceEnabled]: exports.DeviceEnabledSoloProperty,
8212
+ [PropertyName.DeviceAutoNightvision]: exports.DeviceAutoNightvisionProperty,
8213
+ [PropertyName.DeviceNightvision]: exports.DeviceNightvisionProperty,
8214
+ [PropertyName.DeviceWifiRSSI]: exports.DeviceWifiRSSIProperty,
8215
+ [PropertyName.DeviceWifiSignalLevel]: exports.DeviceWifiSignalLevelProperty,
8216
+ [PropertyName.DeviceAntitheftDetection]: exports.DeviceAntitheftDetectionProperty,
8217
+ [PropertyName.DeviceMotionDetection]: exports.DeviceMotionDetectionIndoorSoloFloodProperty,
8218
+ [PropertyName.DeviceWatermark]: exports.DeviceWatermarkProperty,
8219
+ [PropertyName.DeviceState]: exports.DeviceStateProperty,
8220
+ [PropertyName.DeviceMotionDetected]: exports.DeviceMotionDetectedProperty,
8221
+ [PropertyName.DevicePersonDetected]: exports.DevicePersonDetectedProperty,
8222
+ [PropertyName.DeviceVehicleDetected]: exports.DeviceVehicleDetectedProperty,
8223
+ [PropertyName.DeviceStatusLed]: exports.DeviceStatusLedProperty,
8224
+ [PropertyName.DeviceLight]: exports.DeviceFloodlightLightProperty,
8225
+ [PropertyName.DeviceLightSettingsBrightnessManual]: exports.DeviceFloodlightLightSettingsBrightnessManualProperty,
8226
+ [PropertyName.DeviceLightSettingsEnable]: exports.DeviceFloodlightLightSettingsEnableProperty,
8227
+ [PropertyName.DeviceLightSettingsMotionTriggered]: exports.DeviceFloodlightLightSettingsMotionTriggeredProperty,
8228
+ [PropertyName.DeviceRTSPStream]: exports.DeviceRTSPStreamProperty,
8229
+ [PropertyName.DeviceRTSPStreamUrl]: exports.DeviceRTSPStreamUrlProperty,
8230
+ [PropertyName.DevicePicture]: exports.DevicePictureProperty,
8231
+ [PropertyName.DevicePictureUrl]: exports.DevicePictureUrlProperty,
8232
+ [PropertyName.DeviceMotionDetectionSensitivity]: exports.DeviceMotionDetectionSensitivityCamera2Property,
8233
+ [PropertyName.DeviceMotionDetectionType]: exports.DeviceMotionDetectionTypeProperty,
8234
+ [PropertyName.DeviceMicrophone]: exports.DeviceMicrophoneProperty,
8235
+ [PropertyName.DeviceSpeaker]: exports.DeviceSpeakerProperty,
8236
+ [PropertyName.DeviceSpeakerVolume]: exports.DeviceSpeakerVolumeIndoorFloodDoorbellProperty,
8237
+ [PropertyName.DeviceAudioRecording]: exports.DeviceAudioRecordingProperty,
8238
+ [PropertyName.DeviceMotionDetectionTypeHuman]: exports.DeviceMotionHB3DetectionTypeHumanProperty,
8239
+ [PropertyName.DeviceMotionDetectionTypeHumanRecognition]: exports.DeviceMotionHB3DetectionTypeHumanRecognitionProperty,
8240
+ [PropertyName.DeviceMotionDetectionTypePet]: exports.DeviceMotionHB3DetectionTypePetProperty,
8241
+ [PropertyName.DeviceMotionDetectionTypeVehicle]: exports.DeviceMotionHB3DetectionTypeVehicleProperty,
8242
+ [PropertyName.DeviceMotionDetectionTypeAllOtherMotions]: exports.DeviceMotionHB3DetectionTypeAllOtherMotionsProperty,
8243
+ [PropertyName.DeviceVideoStreamingQuality]: exports.DeviceVideoStreamingQualitySoloProperty,
8244
+ [PropertyName.DeviceVideoRecordingQuality]: exports.DeviceVideoRecordingQualityProperty,
8245
+ [PropertyName.DeviceNotificationType]: exports.DeviceNotificationTypeIndoorFloodlightProperty,
8246
+ [PropertyName.DeviceNotificationPerson]: exports.DeviceNotificationPersonS350Property,
8247
+ [PropertyName.DeviceNotificationPet]: exports.DeviceNotificationPetS350Property,
8248
+ [PropertyName.DeviceNotificationAllOtherMotion]: exports.DeviceNotificationAllOtherMotionS350Property,
8249
+ [PropertyName.DeviceNotificationAllSound]: exports.DeviceNotificationAllSoundS350Property,
8250
+ [PropertyName.DeviceNotificationCrying]: exports.DeviceNotificationCryingS350Property,
8251
+ [PropertyName.DeviceNotificationVehicle]: exports.DeviceNotificationVehicleProperty,
8252
+ [PropertyName.DeviceImageMirrored]: exports.DeviceImageMirroredProperty,
8253
+ [PropertyName.DeviceSnooze]: exports.DeviceSnoozeProperty,
8254
+ [PropertyName.DeviceSnoozeTime]: exports.DeviceSnoozeTimeProperty,
8255
+ [PropertyName.DeviceSnoozeStartTime]: exports.DeviceSnoozeStartTimeProperty,
8256
+ [PropertyName.DevicePowerSource]: exports.DevicePowerSourceProperty,
8257
+ [PropertyName.DevicePowerWorkingMode]: exports.DevicePowerWorkingModeProperty,
8258
+ [PropertyName.DeviceRecordingClipLength]: exports.DeviceRecordingClipLengthOutdoorPTProperty,
8259
+ [PropertyName.DeviceRecordingRetriggerInterval]: exports.DeviceRecordingRetriggerIntervalProperty,
8260
+ [PropertyName.DeviceRecordingEndClipMotionStops]: exports.DeviceRecordingEndClipMotionStopsProperty,
8261
+ [PropertyName.DeviceVideoWDR]: exports.DeviceWDRProperty,
8262
+ [PropertyName.DeviceDualCamWatchViewMode]: exports.DeviceDualCamWatchViewModeProperty,
8263
+ [PropertyName.DeviceContinuousRecording]: exports.DeviceContinuousRecordingProperty,
8264
+ [PropertyName.DeviceContinuousRecordingType]: exports.DeviceContinuousRecordingTypeProperty,
8265
+ [PropertyName.DeviceVideoTypeStoreToNAS]: exports.DeviceVideoTypeStoreToNASProperty,
8266
+ [PropertyName.DeviceDetectionStatisticsWorkingDays]: exports.DeviceDetectionStatisticsWorkingDaysProperty,
8267
+ [PropertyName.DeviceDetectionStatisticsDetectedEvents]: exports.DeviceDetectionStatisticsDetectedEventsProperty,
8268
+ [PropertyName.DeviceDetectionStatisticsRecordedEvents]: exports.DeviceDetectionStatisticsRecordedEventsProperty,
8269
+ },
8207
8270
  };
8208
8271
  exports.DeviceProperties[DeviceType.INDOOR_PT_CAMERA_C220_V2] = exports.DeviceProperties[DeviceType.INDOOR_PT_CAMERA_C220];
8209
8272
  exports.DeviceProperties[DeviceType.INDOOR_PT_CAMERA_C220_V3] = exports.DeviceProperties[DeviceType.INDOOR_PT_CAMERA_C220];
@@ -10143,6 +10206,17 @@ exports.DeviceCommands = {
10143
10206
  CommandName.StationTriggerAlarmSound,
10144
10207
  CommandName.DeviceTriggerAlarmSound,
10145
10208
  ],
10209
+ [DeviceType.CAMERA_POE_S4]: [
10210
+ CommandName.DeviceStartLivestream,
10211
+ CommandName.DeviceStopLivestream,
10212
+ CommandName.DeviceTriggerAlarmSound,
10213
+ CommandName.DeviceStartDownload,
10214
+ CommandName.DeviceCancelDownload,
10215
+ CommandName.DeviceStartTalkback,
10216
+ CommandName.DeviceStopTalkback,
10217
+ CommandName.DeviceSnooze,
10218
+ CommandName.DevicePanAndTilt,
10219
+ ],
10146
10220
  };
10147
10221
  exports.DeviceCommands[DeviceType.INDOOR_PT_CAMERA_C220_V2] = exports.DeviceCommands[DeviceType.INDOOR_PT_CAMERA_C220];
10148
10222
  exports.DeviceCommands[DeviceType.INDOOR_PT_CAMERA_C220_V3] = exports.DeviceCommands[DeviceType.INDOOR_PT_CAMERA_C220];