mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 01:49:58 +08:00
新增刷新按钮
This commit is contained in:
@@ -140,6 +140,12 @@ public class YunKuaiChongV150RealTimeDataULCmd extends YunKuaiChongUplinkCmdExe
|
||||
.addAllFaultMessages(faults)
|
||||
.setAdditionalInfo(additionalInfo.toString());
|
||||
|
||||
// 会话添加充电桩编码
|
||||
tcpSession.addPileCode(pileCode);
|
||||
|
||||
// 注册前置会话
|
||||
ctx.getProtocolSessionRegistryProvider().register(tcpSession);
|
||||
|
||||
// 转发到后端
|
||||
UplinkQueueMessage gunRunStatusMessage = uplinkMessageBuilder(pileCode, tcpSession, yunKuaiChongUplinkMessage)
|
||||
.setGunRunStatusProto(gunRunStatusProtoBuilder)
|
||||
|
||||
Reference in New Issue
Block a user