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.
- package/build/http/station.js +2 -0
- package/build/http/station.js.map +1 -1
- package/build/p2p/session.js +1 -0
- package/build/p2p/session.js.map +1 -1
- package/build/p2p/utils.d.ts +1 -0
- package/build/p2p/utils.js +15 -4
- package/build/p2p/utils.js.map +1 -1
- package/coverage/clover.xml +2112 -2102
- package/coverage/coverage-final.json +3 -3
- package/coverage/lcov-report/index.html +16 -16
- package/coverage/lcov.info +3778 -3764
- package/package.json +1 -1
package/build/http/station.js
CHANGED
|
@@ -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,
|