eufy-security-client 3.8.0-dev.12 → 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.
@@ -4917,12 +4917,12 @@ exports.LockT85V0DeviceProperties = {
4917
4917
  ...exports.GenericDeviceProperties,
4918
4918
  [PropertyName.DeviceBattery]: exports.DeviceBatteryProperty,
4919
4919
  [PropertyName.DeviceBatteryTemp]: exports.DeviceBatteryTempProperty,
4920
- [PropertyName.DeviceWifiRSSI]: exports.DeviceWifiRSSIProperty,
4920
+ [PropertyName.DeviceWifiRSSI]: exports.DeviceWifiRSSILockProperty,
4921
4921
  [PropertyName.DeviceWifiSignalLevel]: exports.DeviceWifiSignalLevelProperty,
4922
- [PropertyName.DeviceEnabled]: exports.DeviceEnabledProperty, //OK
4923
- [PropertyName.DeviceAutoNightvision]: exports.DeviceAutoNightvisionProperty, //OK
4924
- [PropertyName.DeviceMotionDetection]: exports.DeviceMotionDetectionProperty, //OK
4925
- [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,
4926
4926
  [PropertyName.DeviceState]: exports.DeviceStateProperty,
4927
4927
  [PropertyName.DeviceLastChargingDays]: exports.DeviceLastChargingDaysProperty,
4928
4928
  [PropertyName.DeviceLastChargingFalseEvents]: exports.DeviceLastChargingFalseEventsProperty,
@@ -7575,6 +7575,7 @@ exports.DeviceProperties = {
7575
7575
  [PropertyName.DeviceLockEventOrigin]: exports.DeviceLockEventOriginProperty,
7576
7576
  [PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
7577
7577
  },
7578
+ [DeviceType.LOCK_85V0]: exports.LockT85V0DeviceProperties,
7578
7579
  [DeviceType.LOCK_BLE]: {
7579
7580
  ...exports.GenericDeviceProperties,
7580
7581
  [PropertyName.DeviceState]: exports.DeviceStateLockProperty,
@@ -10075,6 +10076,22 @@ exports.DeviceCommands = {
10075
10076
  CommandName.DeviceUpdateUserSchedule,
10076
10077
  CommandName.DeviceUpdateUsername,
10077
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
+ ],
10078
10095
  [DeviceType.MOTION_SENSOR]: [],
10079
10096
  [DeviceType.SENSOR]: [],
10080
10097
  [DeviceType.SMART_SAFE_7400]: [CommandName.DeviceUnlock, CommandName.DeviceVerifyPIN],