云快充1.5.0 实时数据中,使用充电度数

This commit is contained in:
三丙
2024-10-08 17:19:05 +08:00
parent a7792e68e9
commit 2f5b9f454a

View File

@@ -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());