mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 09:59:55 +08:00
云快充1.5.0 实时数据中,使用充电度数
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user