修正命名并补全示例

This commit is contained in:
三丙
2025-08-05 19:34:39 +08:00
parent 5c2c718d34
commit 3f4bb375a0
8 changed files with 14 additions and 10 deletions

View File

@@ -310,7 +310,7 @@ public class DefaultPileProtocolService implements PileProtocolService {
.setPileCode(pileCode)
.setRequestIdMSB(requestId.getMostSignificantBits())
.setRequestIdLSB(requestId.getLeastSignificantBits())
.setDownlinkCmd(DownlinkCmdEnum.REMOTE_RE_START_CHARGING.name())
.setDownlinkCmd(DownlinkCmdEnum.REMOTE_RESTART_PILE.name())
.setRestartPileRequest(RestartPileRequest.newBuilder()
.setPileCode(pileCode)
.setType(type)