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:
@@ -120,6 +120,7 @@ public class YunKuaiChongV150RealTimeDataULCmd extends YunKuaiChongUplinkCmdExe
|
||||
|
||||
//16.计损充电度数(kWh)
|
||||
BigDecimal loseEnergy = reduceMagnification(byteBuf.readUnsignedIntLE(), 10000, 4);
|
||||
additionalInfo.put("计损充电度数", loseEnergy);
|
||||
|
||||
// 17.已充金额 (电费+服务费)*计损充电度数
|
||||
BigDecimal chargeAmount = reduceMagnification(byteBuf.readUnsignedIntLE(), 10000);
|
||||
|
||||
Reference in New Issue
Block a user