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

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.
@@ -10863,6 +10863,7 @@ class Station extends tiny_typed_emitter_1.TypedEmitter {
10863
10863
  device.isWallLightCam() ||
10864
10864
  device.isGarageCamera() ||
10865
10865
  device.isOutdoorPanAndTiltCamera() ||
10866
+ device.isBatteryDoorbellDualE340() ||
10866
10867
  (device.isIndoorPanAndTiltCameraS350() && !this.isDeviceControlledByHomeBase())) {
10867
10868
  this.p2pSession.sendCommandWithStringPayload({
10868
10869
  commandType: types_2.CommandType.CMD_DOORBELL_SET_PAYLOAD,
@@ -10931,6 +10932,7 @@ class Station extends tiny_typed_emitter_1.TypedEmitter {
10931
10932
  device.isWallLightCam() ||
10932
10933
  device.isGarageCamera() ||
10933
10934
  device.isOutdoorPanAndTiltCamera() ||
10935
+ device.isBatteryDoorbellDualE340() ||
10934
10936
  (device.isIndoorPanAndTiltCameraS350() && !this.isDeviceControlledByHomeBase())) {
10935
10937
  this.p2pSession.sendCommandWithStringPayload({
10936
10938
  commandType: types_2.CommandType.CMD_DOORBELL_SET_PAYLOAD,