!15 增加0x92远程重启和0x91远程重启应答

* Merge remote-tracking branch 'refs/remotes/upstream/master' into maste…
* 0x92远程重启和0x91远程重启应答
* 0x92远程重启和0x91远程重启应答测试
* 0x92远程重启和0x91远程重启应答
This commit is contained in:
红中
2025-08-05 11:24:13 +00:00
committed by 三丙
parent b225cadde9
commit 5c2c718d34
10 changed files with 189 additions and 1 deletions

View File

@@ -74,6 +74,12 @@ public interface PileProtocolService {
*/
void startCharge(String pileCode, String gunCode, BigDecimal limitYuan, String orderNo);
/**
* 重启充电
*/
void restartPile(String pileCode, Integer type);
/**
* 下发计费
*/
@@ -94,6 +100,12 @@ public interface PileProtocolService {
*/
void onBmsCharingInfo(UplinkQueueMessage uplinkQueueMessage, Callback callback);
/**
* 远程重启反馈
*/
void onRestartPileResponse(UplinkQueueMessage uplinkQueueMessage, Callback callback);
/**
* 充电阶段BMS中止
*/