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

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.
@@ -1013,6 +1013,7 @@ exports.GenericTypeProperty = {
1013
1013
  101: "Camera Gun",
1014
1014
  102: "Camera Snail",
1015
1015
  104: "Indoor Camera S350",
1016
+ 105: "Indoor Cam E30 (T8417)",
1016
1017
  110: "Starlight 4G LTE", //T8150
1017
1018
  111: "4G LTE Cam S330 (T86P2)",
1018
1019
  123: "Siren Sensor E20",
@@ -4916,12 +4917,12 @@ exports.LockT85V0DeviceProperties = {
4916
4917
  ...exports.GenericDeviceProperties,
4917
4918
  [PropertyName.DeviceBattery]: exports.DeviceBatteryProperty,
4918
4919
  [PropertyName.DeviceBatteryTemp]: exports.DeviceBatteryTempProperty,
4919
- [PropertyName.DeviceWifiRSSI]: exports.DeviceWifiRSSIProperty,
4920
+ [PropertyName.DeviceWifiRSSI]: exports.DeviceWifiRSSILockProperty,
4920
4921
  [PropertyName.DeviceWifiSignalLevel]: exports.DeviceWifiSignalLevelProperty,
4921
- [PropertyName.DeviceEnabled]: exports.DeviceEnabledProperty, //OK
4922
- [PropertyName.DeviceAutoNightvision]: exports.DeviceAutoNightvisionProperty, //OK
4923
- [PropertyName.DeviceMotionDetection]: exports.DeviceMotionDetectionProperty, //OK
4924
- [PropertyName.DeviceWatermark]: exports.DeviceWatermarkBatteryDoorbellCamera1Property, //OK
4922
+ [PropertyName.DeviceEnabled]: exports.DeviceEnabledProperty,
4923
+ [PropertyName.DeviceAutoNightvision]: exports.DeviceAutoNightvisionProperty,
4924
+ [PropertyName.DeviceMotionDetection]: exports.DeviceMotionDetectionProperty,
4925
+ [PropertyName.DeviceWatermark]: exports.DeviceWatermarkBatteryDoorbellCamera1Property,
4925
4926
  [PropertyName.DeviceState]: exports.DeviceStateProperty,
4926
4927
  [PropertyName.DeviceLastChargingDays]: exports.DeviceLastChargingDaysProperty,
4927
4928
  [PropertyName.DeviceLastChargingFalseEvents]: exports.DeviceLastChargingFalseEventsProperty,
@@ -7574,6 +7575,7 @@ exports.DeviceProperties = {
7574
7575
  [PropertyName.DeviceLockEventOrigin]: exports.DeviceLockEventOriginProperty,
7575
7576
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
7576
7577
  },
7578
+ [DeviceType.LOCK_85V0]: exports.LockT85V0DeviceProperties,
7577
7579
  [DeviceType.LOCK_BLE]: {
7578
7580
  ...exports.GenericDeviceProperties,
7579
7581
  [PropertyName.DeviceState]: exports.DeviceStateLockProperty,
@@ -9693,6 +9695,21 @@ exports.DeviceCommands = {
9693
9695
  CommandName.DeviceSavePresetPosition,
9694
9696
  CommandName.DeviceDeletePresetPosition,
9695
9697
  ],
9698
+ [DeviceType.INDOOR_PT_CAMERA_E30]: [
9699
+ CommandName.DeviceStartLivestream,
9700
+ CommandName.DeviceStopLivestream,
9701
+ CommandName.DeviceTriggerAlarmSound,
9702
+ CommandName.DevicePanAndTilt,
9703
+ CommandName.DeviceStartDownload,
9704
+ CommandName.DeviceCancelDownload,
9705
+ CommandName.DeviceCalibrate,
9706
+ CommandName.DeviceStartTalkback,
9707
+ CommandName.DeviceStopTalkback,
9708
+ CommandName.DeviceSnooze,
9709
+ CommandName.DevicePresetPosition,
9710
+ CommandName.DeviceSavePresetPosition,
9711
+ CommandName.DeviceDeletePresetPosition,
9712
+ ],
9696
9713
  [DeviceType.INDOOR_PT_CAMERA_C210]: [
9697
9714
  CommandName.DeviceStartLivestream,
9698
9715
  CommandName.DeviceStopLivestream,
@@ -10059,6 +10076,22 @@ exports.DeviceCommands = {
10059
10076
  CommandName.DeviceUpdateUserSchedule,
10060
10077
  CommandName.DeviceUpdateUsername,
10061
10078
  ],
10079
+ [DeviceType.LOCK_85V0]: [
10080
+ CommandName.DeviceStartLivestream,
10081
+ CommandName.DeviceStopLivestream,
10082
+ CommandName.DeviceQuickResponse,
10083
+ CommandName.DeviceStartDownload,
10084
+ CommandName.DeviceCancelDownload,
10085
+ CommandName.DeviceStartTalkback,
10086
+ CommandName.DeviceStopTalkback,
10087
+ CommandName.DeviceSnooze,
10088
+ CommandName.DeviceLockCalibration,
10089
+ CommandName.DeviceAddUser,
10090
+ CommandName.DeviceDeleteUser,
10091
+ CommandName.DeviceUpdateUserPasscode,
10092
+ CommandName.DeviceUpdateUserSchedule,
10093
+ CommandName.DeviceUpdateUsername,
10094
+ ],
10062
10095
  [DeviceType.MOTION_SENSOR]: [],
10063
10096
  [DeviceType.SENSOR]: [],
10064
10097
  [DeviceType.SMART_SAFE_7400]: [CommandName.DeviceUnlock, CommandName.DeviceVerifyPIN],
@@ -10246,6 +10279,16 @@ exports.StationCommands = {
10246
10279
  CommandName.StationDatabaseCountByDate,
10247
10280
  CommandName.StationDatabaseDelete,
10248
10281
  ],
10282
+ [DeviceType.INDOOR_PT_CAMERA_E30]: [
10283
+ CommandName.StationReboot,
10284
+ CommandName.StationTriggerAlarmSound,
10285
+ CommandName.StationDownloadImage,
10286
+ CommandName.StationDatabaseQueryLatestInfo,
10287
+ CommandName.StationDatabaseQueryByDate,
10288
+ CommandName.StationDatabaseQueryLocal,
10289
+ CommandName.StationDatabaseCountByDate,
10290
+ CommandName.StationDatabaseDelete,
10291
+ ],
10249
10292
  [DeviceType.INDOOR_PT_CAMERA_C210]: [
10250
10293
  CommandName.StationReboot,
10251
10294
  CommandName.StationTriggerAlarmSound,