mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 19:09:57 +08:00
!16 云快充1.5.0 充电阶段BMS中止
* Merge branch 'Feat_0x1D' into develop * 解析中止原因; 定义领域模型 * add 云快充1.5.0 充电阶段BMS中止
This commit is contained in:
@@ -93,4 +93,10 @@ public interface PileProtocolService {
|
||||
* 充电过程BMS信息
|
||||
*/
|
||||
void onBmsCharingInfo(UplinkQueueMessage uplinkQueueMessage, Callback callback);
|
||||
|
||||
/**
|
||||
* 充电阶段BMS中止
|
||||
*/
|
||||
void bmsAbortDuringCharging(UplinkQueueMessage uplinkQueueMessage, Callback callback);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user