eufy-security-client 3.8.0-dev.17 → 3.8.0-dev.19
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.
- package/build/http/device.d.ts +2 -0
- package/build/http/device.js +14 -1
- package/build/http/device.js.map +1 -1
- package/build/http/station.js +47 -22
- package/build/http/station.js.map +1 -1
- package/build/http/types.d.ts +1 -0
- package/build/http/types.js +29 -0
- package/build/http/types.js.map +1 -1
- package/build/p2p/session.js +9 -1
- package/build/p2p/session.js.map +1 -1
- package/coverage/clover.xml +5532 -5522
- package/coverage/coverage-final.json +4 -4
- package/coverage/lcov-report/index.html +23 -23
- package/coverage/lcov.info +10116 -10066
- package/package.json +1 -1
package/build/http/types.d.ts
CHANGED
package/build/http/types.js
CHANGED
|
@@ -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["LOCK_85P0"] = 209] = "LOCK_85P0";
|
|
105
106
|
DeviceType[DeviceType["CAMERA_POE_S4"] = 301] = "CAMERA_POE_S4";
|
|
106
107
|
DeviceType[DeviceType["WALL_LIGHT_CAM_81A0"] = 10005] = "WALL_LIGHT_CAM_81A0";
|
|
107
108
|
DeviceType[DeviceType["INDOOR_PT_CAMERA_C220"] = 10008] = "INDOOR_PT_CAMERA_C220";
|
|
@@ -1035,6 +1036,7 @@ exports.GenericTypeProperty = {
|
|
|
1035
1036
|
201: "Smart Lock C33 (T85L0)",
|
|
1036
1037
|
202: "Smart Lock C30 (T85D0)",
|
|
1037
1038
|
203: "FamiLock S3 (T85V0)",
|
|
1039
|
+
209: "FamiLock E34 (T85P0)",
|
|
1038
1040
|
301: "PoE Bullet-PTZ Cam S4 (T8E00)",
|
|
1039
1041
|
10005: "Solar Wall Light Cam S120 (T81A0)",
|
|
1040
1042
|
10008: "Indoor Cam C220 (T8W11C)",
|
|
@@ -7578,6 +7580,29 @@ exports.DeviceProperties = {
|
|
|
7578
7580
|
[PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
|
|
7579
7581
|
},
|
|
7580
7582
|
[DeviceType.LOCK_85V0]: exports.LockT85V0DeviceProperties,
|
|
7583
|
+
[DeviceType.LOCK_85P0]: {
|
|
7584
|
+
...exports.GenericDeviceProperties,
|
|
7585
|
+
[PropertyName.DeviceBattery]: exports.DeviceBatteryLockProperty,
|
|
7586
|
+
[PropertyName.DeviceLocked]: exports.DeviceLockedProperty,
|
|
7587
|
+
[PropertyName.DeviceLockStatus]: exports.DeviceAdvancedLockStatusProperty,
|
|
7588
|
+
[PropertyName.DeviceAutoLock]: exports.DeviceAutoLockProperty,
|
|
7589
|
+
[PropertyName.DeviceAutoLockTimer]: exports.DeviceAutoLockTimerProperty,
|
|
7590
|
+
[PropertyName.DeviceAutoLockSchedule]: exports.DeviceAutoLockScheduleProperty,
|
|
7591
|
+
[PropertyName.DeviceAutoLockScheduleStartTime]: exports.DeviceAutoLockScheduleStartTimeProperty,
|
|
7592
|
+
[PropertyName.DeviceAutoLockScheduleEndTime]: exports.DeviceAutoLockScheduleEndTimeProperty,
|
|
7593
|
+
[PropertyName.DeviceOneTouchLocking]: exports.DeviceOneTouchLockingProperty,
|
|
7594
|
+
[PropertyName.DeviceWrongTryProtection]: exports.DeviceWrongTryProtectionProperty,
|
|
7595
|
+
[PropertyName.DeviceWrongTryAttempts]: exports.DeviceWrongTryAttemptsProperty,
|
|
7596
|
+
[PropertyName.DeviceWrongTryLockdownTime]: exports.DeviceWrongTryLockdownTimeProperty,
|
|
7597
|
+
[PropertyName.DeviceScramblePasscode]: exports.DeviceScramblePasscodeProperty,
|
|
7598
|
+
[PropertyName.DeviceSound]: exports.DeviceSoundProperty,
|
|
7599
|
+
[PropertyName.DeviceNotification]: exports.DeviceNotificationSmartLockProperty,
|
|
7600
|
+
[PropertyName.DeviceNotificationUnlocked]: exports.DeviceNotificationUnlockedSmartLockProperty,
|
|
7601
|
+
[PropertyName.DeviceNotificationLocked]: exports.DeviceNotificationLockedSmartLockProperty,
|
|
7602
|
+
[PropertyName.DeviceLowBatteryAlert]: exports.DeviceLowBatteryAlertProperty,
|
|
7603
|
+
[PropertyName.DeviceLockEventOrigin]: exports.DeviceLockEventOriginProperty,
|
|
7604
|
+
[PropertyName.DevicePersonName]: exports.DevicePersonNameProperty,
|
|
7605
|
+
},
|
|
7581
7606
|
[DeviceType.LOCK_BLE]: {
|
|
7582
7607
|
...exports.GenericDeviceProperties,
|
|
7583
7608
|
[PropertyName.DeviceState]: exports.DeviceStateLockProperty,
|
|
@@ -9347,6 +9372,9 @@ exports.StationProperties = {
|
|
|
9347
9372
|
[DeviceType.LOCK_8592]: {
|
|
9348
9373
|
...exports.BaseStationProperties,
|
|
9349
9374
|
},
|
|
9375
|
+
[DeviceType.LOCK_85P0]: {
|
|
9376
|
+
...exports.BaseStationProperties,
|
|
9377
|
+
},
|
|
9350
9378
|
[DeviceType.LOCK_BLE]: {
|
|
9351
9379
|
...exports.BaseStationProperties,
|
|
9352
9380
|
},
|
|
@@ -10155,6 +10183,7 @@ exports.DeviceCommands = {
|
|
|
10155
10183
|
CommandName.DeviceUpdateUserSchedule,
|
|
10156
10184
|
CommandName.DeviceUpdateUsername,
|
|
10157
10185
|
],
|
|
10186
|
+
[DeviceType.LOCK_85P0]: [CommandName.DeviceLockCalibration],
|
|
10158
10187
|
[DeviceType.MOTION_SENSOR]: [],
|
|
10159
10188
|
[DeviceType.SENSOR]: [],
|
|
10160
10189
|
[DeviceType.SMART_SAFE_7400]: [CommandName.DeviceUnlock, CommandName.DeviceVerifyPIN],
|