From 174e30d8eafc10dadbeee047e179c3376e965fb7 Mon Sep 17 00:00:00 2001 From: CZ Date: Sat, 2 Nov 2024 16:12:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=AA=E5=BA=A7=E8=BF=9E=E6=8E=A5=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=8F=96=E5=8F=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Station/BinInfoService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Service/Station/BinInfoService.cs b/Service/Station/BinInfoService.cs index 37c774d..5508be9 100644 --- a/Service/Station/BinInfoService.cs +++ b/Service/Station/BinInfoService.cs @@ -107,7 +107,7 @@ public class BinInfoService : BaseServices var pileUploadRemoteSignal = chargerClient.PileUploadRemoteSignal[(byte)binInfoResp.GunNo]; if (pileUploadRemoteSignal!=null) { - binInfoResp.ChargeStationGunHolderStatus = pileUploadRemoteSignal.ChargeStationGunHolderStatus; + binInfoResp.ChargeStationGunHolderStatus = !pileUploadRemoteSignal.ChargeStationGunHolderStatus; }