From 2f5b9f454a9b43f8db75aa8176c3e9a6e467276e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E4=B8=99?= <10604541+sanbing-os@user.noreply.gitee.com> Date: Tue, 8 Oct 2024 17:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E5=BF=AB=E5=85=851.5.0=20=E5=AE=9E?= =?UTF-8?q?=E6=97=B6=E6=95=B0=E6=8D=AE=E4=B8=AD=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=85=85=E7=94=B5=E5=BA=A6=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v150/cmd/YunKuaiChongV150RealTimeDataULCmd.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcpp-protocol-yunkuaichong/src/main/java/sanbing/jcpp/protocol/yunkuaichong/v150/cmd/YunKuaiChongV150RealTimeDataULCmd.java b/jcpp-protocol-yunkuaichong/src/main/java/sanbing/jcpp/protocol/yunkuaichong/v150/cmd/YunKuaiChongV150RealTimeDataULCmd.java index 0512ae6..9282d8b 100644 --- a/jcpp-protocol-yunkuaichong/src/main/java/sanbing/jcpp/protocol/yunkuaichong/v150/cmd/YunKuaiChongV150RealTimeDataULCmd.java +++ b/jcpp-protocol-yunkuaichong/src/main/java/sanbing/jcpp/protocol/yunkuaichong/v150/cmd/YunKuaiChongV150RealTimeDataULCmd.java @@ -159,7 +159,7 @@ public class YunKuaiChongV150RealTimeDataULCmd extends YunKuaiChongUplinkCmdExe .setOutputCurrent(outputCurrent.toPlainString()) .setSoc(soc) .setTotalChargingDurationMin(totalChargeTime) - .setTotalChargingEnergyKWh(loseEnergy.toPlainString()) + .setTotalChargingEnergyKWh(chargeEnergy.toPlainString()) .setTotalChargingCostYuan(chargeAmount.toPlainString()) .setAdditionalInfo(additionalInfo.toString());