eufy-security-client 3.7.2-dev.2 → 3.7.2-dev.4

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.
@@ -6592,7 +6592,7 @@ class Station extends tiny_typed_emitter_1.TypedEmitter {
6592
6592
  command: commandData,
6593
6593
  });
6594
6594
  }
6595
- else if (device.isOutdoorPanAndTiltCamera()) {
6595
+ else if (device.isOutdoorPanAndTiltCamera() || device.isBatteryDoorbellDualE340() || device.isFloodLightT8425()) {
6596
6596
  logging_1.rootHTTPLogger.debug(`Station start livestream - sending command using CMD_DOORBELL_SET_PAYLOAD (1)`, {
6597
6597
  stationSN: this.getSerial(),
6598
6598
  deviceSN: device.getSerial(),
@@ -6644,8 +6644,7 @@ class Station extends tiny_typed_emitter_1.TypedEmitter {
6644
6644
  command: commandData,
6645
6645
  });
6646
6646
  }
6647
- else if (((device.isIndoorPanAndTiltCameraS350() || device.isIndoorCamC24()) && this.isDeviceControlledByHomeBase()) ||
6648
- device.isFloodLightT8425()) {
6647
+ else if (((device.isIndoorPanAndTiltCameraS350() || device.isIndoorCamC24()) && this.isDeviceControlledByHomeBase())) {
6649
6648
  logging_1.rootHTTPLogger.debug(`Station start livestream - sending command using CMD_SET_PAYLOAD`, {
6650
6649
  stationSN: this.getSerial(),
6651
6650
  deviceSN: device.getSerial(),