新增刷新按钮

This commit is contained in:
三丙
2025-09-27 19:01:50 +08:00
parent a1e0a09320
commit 2a2fd21bdb
20 changed files with 226 additions and 80 deletions

View File

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