eufy-security-client 3.7.2-dev.1 → 3.7.2
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/.idea/eufy-security-client.iml +12 -0
- package/.idea/modules.xml +8 -0
- package/.idea/vcs.xml +7 -0
- package/a.ts +61 -0
- package/bin/act +0 -0
- package/build/eufysecurity.js +3 -7
- package/build/eufysecurity.js.map +1 -1
- package/build/http/api.js +1 -1
- package/build/http/api.js.map +1 -1
- package/build/http/device.d.ts +0 -13
- package/build/http/device.js +7 -96
- package/build/http/device.js.map +1 -1
- package/build/http/parameter.js +1 -1
- package/build/http/parameter.js.map +1 -1
- package/build/http/station.js +23 -91
- package/build/http/station.js.map +1 -1
- package/build/http/types.d.ts +0 -10
- package/build/http/types.js +2 -545
- package/build/http/types.js.map +1 -1
- package/build/http/utils.d.ts +2 -2
- package/build/http/utils.js +5 -5
- package/build/http/utils.js.map +1 -1
- package/build/p2p/session.js +2 -14
- package/build/p2p/session.js.map +1 -1
- package/build/p2p/utils.js +0 -1
- package/build/p2p/utils.js.map +1 -1
- package/build/push/service.js +1 -9
- package/build/push/service.js.map +1 -1
- package/build/push/types.d.ts +1 -3
- package/build/push/types.js +0 -2
- package/build/push/types.js.map +1 -1
- package/coverage/clover.xml +11334 -13945
- package/coverage/coverage-final.json +21 -31
- package/coverage/lcov-report/error.ts.html +871 -0
- package/coverage/lcov-report/index.html +50 -65
- package/coverage/lcov-report/logging.ts.html +598 -0
- package/coverage/lcov.info +20839 -25914
- package/dont-care.js +101 -0
- package/package.json +3 -3
package/build/http/types.d.ts
CHANGED
|
@@ -53,24 +53,19 @@ export declare enum DeviceType {
|
|
|
53
53
|
SOLO_CAMERA_C210 = 64,
|
|
54
54
|
FLOODLIGHT_CAMERA_8426 = 87,//E30
|
|
55
55
|
SOLO_CAMERA_E30 = 88,
|
|
56
|
-
CAMERA_S4 = 89,//T8172
|
|
57
56
|
SMART_DROP = 90,
|
|
58
57
|
BATTERY_DOORBELL_PLUS = 91,
|
|
59
58
|
DOORBELL_SOLO = 93,
|
|
60
59
|
BATTERY_DOORBELL_PLUS_E340 = 94,
|
|
61
60
|
BATTERY_DOORBELL_C30 = 95,
|
|
62
61
|
BATTERY_DOORBELL_C31 = 96,
|
|
63
|
-
SOLOCAM_E42 = 98,//T8173
|
|
64
62
|
INDOOR_COST_DOWN_CAMERA = 100,
|
|
65
63
|
CAMERA_GUN = 101,
|
|
66
64
|
CAMERA_SNAIL = 102,
|
|
67
65
|
INDOOR_PT_CAMERA_S350 = 104,
|
|
68
66
|
INDOOR_PT_CAMERA_E30 = 105,
|
|
69
67
|
CAMERA_FG = 110,//T8150
|
|
70
|
-
CAMERA_4G_S330 = 111,//T86P2
|
|
71
|
-
SIREN_SENSOR_E20 = 123,
|
|
72
68
|
ENTRY_SENSOR_E20 = 126,
|
|
73
|
-
PIR_SENSOR_E20 = 127,
|
|
74
69
|
CAMERA_GARAGE_T8453_COMMON = 131,
|
|
75
70
|
CAMERA_GARAGE_T8452 = 132,
|
|
76
71
|
CAMERA_GARAGE_T8453 = 133,
|
|
@@ -83,10 +78,6 @@ export declare enum DeviceType {
|
|
|
83
78
|
SMART_TRACK_CARD = 159,//T87B2
|
|
84
79
|
LOCK_8502 = 180,
|
|
85
80
|
LOCK_8506 = 184,
|
|
86
|
-
LOCK_8531 = 189,
|
|
87
|
-
LOCK_85D0 = 202,
|
|
88
|
-
LOCK_85L0 = 201,
|
|
89
|
-
LOCK_85V0 = 203,
|
|
90
81
|
WALL_LIGHT_CAM_81A0 = 10005,
|
|
91
82
|
INDOOR_PT_CAMERA_C220 = 10008,// T8W11C
|
|
92
83
|
INDOOR_PT_CAMERA_C210 = 10009,// T8419 / T8W11P?
|
|
@@ -1273,7 +1264,6 @@ export declare const FloodlightT8420XDeviceProperties: IndexedProperty;
|
|
|
1273
1264
|
export declare const WiredDoorbellT8200XDeviceProperties: IndexedProperty;
|
|
1274
1265
|
export declare const LockT8510PDeviceProperties: IndexedProperty;
|
|
1275
1266
|
export declare const LockT8520PDeviceProperties: IndexedProperty;
|
|
1276
|
-
export declare const LockT85V0DeviceProperties: IndexedProperty;
|
|
1277
1267
|
export declare const DeviceProperties: Properties;
|
|
1278
1268
|
export declare const StationNameProperty: PropertyMetadataString;
|
|
1279
1269
|
export declare const StationModelProperty: PropertyMetadataString;
|