mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 19:09:57 +08:00
!15 增加0x92远程重启和0x91远程重启应答
* Merge remote-tracking branch 'refs/remotes/upstream/master' into maste… * 0x92远程重启和0x91远程重启应答 * 0x92远程重启和0x91远程重启应答测试 * 0x92远程重启和0x91远程重启应答
This commit is contained in:
@@ -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中止
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user