eufy-security-client 3.8.0-dev.11 → 3.8.0-dev.12
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/types.js +26 -0
- package/build/http/types.js.map +1 -1
- package/coverage/clover.xml +522 -522
- package/coverage/coverage-final.json +2 -2
- package/coverage/lcov-report/index.html +10 -10
- package/coverage/lcov.info +629 -629
- package/package.json +1 -1
package/build/http/types.js
CHANGED
|
@@ -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",
|
|
@@ -9693,6 +9694,21 @@ exports.DeviceCommands = {
|
|
|
9693
9694
|
CommandName.DeviceSavePresetPosition,
|
|
9694
9695
|
CommandName.DeviceDeletePresetPosition,
|
|
9695
9696
|
],
|
|
9697
|
+
[DeviceType.INDOOR_PT_CAMERA_E30]: [
|
|
9698
|
+
CommandName.DeviceStartLivestream,
|
|
9699
|
+
CommandName.DeviceStopLivestream,
|
|
9700
|
+
CommandName.DeviceTriggerAlarmSound,
|
|
9701
|
+
CommandName.DevicePanAndTilt,
|
|
9702
|
+
CommandName.DeviceStartDownload,
|
|
9703
|
+
CommandName.DeviceCancelDownload,
|
|
9704
|
+
CommandName.DeviceCalibrate,
|
|
9705
|
+
CommandName.DeviceStartTalkback,
|
|
9706
|
+
CommandName.DeviceStopTalkback,
|
|
9707
|
+
CommandName.DeviceSnooze,
|
|
9708
|
+
CommandName.DevicePresetPosition,
|
|
9709
|
+
CommandName.DeviceSavePresetPosition,
|
|
9710
|
+
CommandName.DeviceDeletePresetPosition,
|
|
9711
|
+
],
|
|
9696
9712
|
[DeviceType.INDOOR_PT_CAMERA_C210]: [
|
|
9697
9713
|
CommandName.DeviceStartLivestream,
|
|
9698
9714
|
CommandName.DeviceStopLivestream,
|
|
@@ -10246,6 +10262,16 @@ exports.StationCommands = {
|
|
|
10246
10262
|
CommandName.StationDatabaseCountByDate,
|
|
10247
10263
|
CommandName.StationDatabaseDelete,
|
|
10248
10264
|
],
|
|
10265
|
+
[DeviceType.INDOOR_PT_CAMERA_E30]: [
|
|
10266
|
+
CommandName.StationReboot,
|
|
10267
|
+
CommandName.StationTriggerAlarmSound,
|
|
10268
|
+
CommandName.StationDownloadImage,
|
|
10269
|
+
CommandName.StationDatabaseQueryLatestInfo,
|
|
10270
|
+
CommandName.StationDatabaseQueryByDate,
|
|
10271
|
+
CommandName.StationDatabaseQueryLocal,
|
|
10272
|
+
CommandName.StationDatabaseCountByDate,
|
|
10273
|
+
CommandName.StationDatabaseDelete,
|
|
10274
|
+
],
|
|
10249
10275
|
[DeviceType.INDOOR_PT_CAMERA_C210]: [
|
|
10250
10276
|
CommandName.StationReboot,
|
|
10251
10277
|
CommandName.StationTriggerAlarmSound,
|