eufy-security-client 3.8.0-dev.19 → 3.8.0-dev.20
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.js +12 -2
- package/build/http/device.js.map +1 -1
- package/build/http/types.js +6 -1
- package/build/http/types.js.map +1 -1
- package/coverage/clover.xml +2150 -2148
- package/coverage/coverage-final.json +2 -2
- package/coverage/lcov-report/index.html +9 -9
- package/coverage/lcov.info +4511 -4506
- package/package.json +1 -1
package/build/http/types.js
CHANGED
|
@@ -1304,7 +1304,12 @@ exports.DeviceEnabledIndoorMiniProperty = {
|
|
|
1304
1304
|
};
|
|
1305
1305
|
exports.DeviceEnabledIndoorS350Property = {
|
|
1306
1306
|
...exports.DeviceEnabledSoloProperty,
|
|
1307
|
-
|
|
1307
|
+
// The HomeBase 3 keeps the live cam-enabled state under the wrapped
|
|
1308
|
+
// CMD_INDOOR_ENABLE_PRIVACY_MODE_S350 (6250) param. The legacy
|
|
1309
|
+
// CMD_DEVS_SWITCH (1035) only ever reflects raw bridge-side writes
|
|
1310
|
+
// and goes stale forever for cams that exclusively use the wrapped
|
|
1311
|
+
// path (S350, outdoor PT cams etc.).
|
|
1312
|
+
key: types_1.CommandType.CMD_INDOOR_ENABLE_PRIVACY_MODE_S350,
|
|
1308
1313
|
commandId: types_1.CommandType.CMD_INDOOR_ENABLE_PRIVACY_MODE_S350,
|
|
1309
1314
|
};
|
|
1310
1315
|
exports.DeviceStatusLedProperty = {
|