eufy-security-client 3.8.0-dev.19 → 3.8.0-dev.21

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.
@@ -1304,7 +1304,12 @@ exports.DeviceEnabledIndoorMiniProperty = {
1304
1304
  };
1305
1305
  exports.DeviceEnabledIndoorS350Property = {
1306
1306
  ...exports.DeviceEnabledSoloProperty,
1307
- key: types_1.CommandType.CMD_DEVS_SWITCH,
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 = {
@@ -5309,6 +5314,7 @@ exports.DeviceProperties = {
5309
5314
  },
5310
5315
  [DeviceType.CAMERA_S4]: {
5311
5316
  ...exports.GenericDeviceProperties,
5317
+ [PropertyName.DeviceEnabled]: exports.DeviceEnabledIndoorS350Property,
5312
5318
  [PropertyName.DeviceWifiRSSI]: exports.DeviceWifiRSSIProperty,
5313
5319
  [PropertyName.DeviceWifiSignalLevel]: exports.DeviceWifiSignalLevelProperty,
5314
5320
  [PropertyName.DeviceBattery]: exports.DeviceBatteryProperty,