eufy-security-client 3.7.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.
@@ -382,7 +382,6 @@ export interface Cipher {
382
382
  cipher_id: number;
383
383
  user_id: string;
384
384
  private_key: string;
385
- ecc_private_key?: string;
386
385
  }
387
386
  export interface Voice {
388
387
  voice_id: number;
@@ -6569,7 +6569,7 @@ class Station extends tiny_typed_emitter_1.TypedEmitter {
6569
6569
  command: commandData,
6570
6570
  });
6571
6571
  }
6572
- else if (device.isOutdoorPanAndTiltCamera() || device.isBatteryDoorbellDualE340() || device.isFloodLightT8425()) {
6572
+ else if (device.isOutdoorPanAndTiltCamera()) {
6573
6573
  logging_1.rootHTTPLogger.debug(`Station start livestream - sending command using CMD_DOORBELL_SET_PAYLOAD (1)`, {
6574
6574
  stationSN: this.getSerial(),
6575
6575
  deviceSN: device.getSerial(),
@@ -6621,7 +6621,8 @@ class Station extends tiny_typed_emitter_1.TypedEmitter {
6621
6621
  command: commandData,
6622
6622
  });
6623
6623
  }
6624
- else if (((device.isIndoorPanAndTiltCameraS350() || device.isIndoorCamC24()) && this.isDeviceControlledByHomeBase())) {
6624
+ else if (((device.isIndoorPanAndTiltCameraS350() || device.isIndoorCamC24()) && this.isDeviceControlledByHomeBase()) ||
6625
+ device.isFloodLightT8425()) {
6625
6626
  logging_1.rootHTTPLogger.debug(`Station start livestream - sending command using CMD_SET_PAYLOAD`, {
6626
6627
  stationSN: this.getSerial(),
6627
6628
  deviceSN: device.getSerial(),