@@ -10765,7 +10765,7 @@ export class Station extends TypedEmitter<StationEvents> {
10765
10765
}
10766
10766
10767
10767
rootHTTPLogger.debug(`Station preset position - sending command`, { stationSN: this.getSerial(), deviceSN: device.getSerial(), preset: PresetPositionType[position] });
10768
- if (device.isFloodLightT8425() || device.isIndoorPanAndTiltCameraS350() || device.isOutdoorPanAndTiltCamera()) {
10768
+ if (device.isFloodLightT8425() || device.isIndoorPanAndTiltCameraS350() || device.isOutdoorPanAndTiltCamera() || device.isFloodLightT8423() ) {
10769
10769
this.p2pSession.sendCommandWithStringPayload({
10770
10770
commandType: CommandType.CMD_DOORBELL_SET_PAYLOAD,
10771
10771
value: JSON.stringify({
@@ -10797,7 +10797,7 @@ export class Station extends TypedEmitter<StationEvents> {
10797
10797
}
10798
10798
10799
10799
rootHTTPLogger.debug(`Station save preset position - sending command`, { stationSN: this.getSerial(), deviceSN: device.getSerial(), preset: PresetPositionType[position] });
10800
- if (device.isFloodLightT8425() || device.isIndoorPanAndTiltCameraS350() || device.isOutdoorPanAndTiltCamera()) {
10800
+ if (device.isFloodLightT8425() || device.isIndoorPanAndTiltCameraS350() || device.isOutdoorPanAndTiltCamera() || device.isFloodLightT8423() ) {
10801
10801
this.p2pSession.sendCommandWithStringPayload({
10802
10802
commandType: CommandType.CMD_DOORBELL_SET_PAYLOAD,
10803
10803
value: JSON.stringify({
@@ -10829,7 +10829,7 @@ export class Station extends TypedEmitter<StationEvents> {
10829
10829
}
10830
10830
10831
10831
rootHTTPLogger.debug(`Station delete preset position - sending command`, { stationSN: this.getSerial(), deviceSN: device.getSerial(), preset: PresetPositionType[position] });
10832
- if (device.isFloodLightT8425() || device.isIndoorPanAndTiltCameraS350() || device.isOutdoorPanAndTiltCamera()) {
10832
+ if (device.isFloodLightT8425() || device.isIndoorPanAndTiltCameraS350() || device.isOutdoorPanAndTiltCamera() || device.isFloodLightT8423() ) {
10833
10833
this.p2pSession.sendCommandWithStringPayload({
10834
10834
commandType: CommandType.CMD_DOORBELL_SET_PAYLOAD,
10835
10835
value: JSON.stringify({
0 commit comments