mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-05 10:29:56 +08:00
修正命名并补全示例
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user