!16 云快充1.5.0 充电阶段BMS中止

* Merge branch 'Feat_0x1D' into develop
* 解析中止原因; 定义领域模型
* add 云快充1.5.0 充电阶段BMS中止
This commit is contained in:
2025-08-05 07:32:39 +00:00
committed by 三丙
parent fe054820fa
commit ccd5d3d943
6 changed files with 251 additions and 2 deletions

View File

@@ -93,4 +93,10 @@ public interface PileProtocolService {
* 充电过程BMS信息
*/
void onBmsCharingInfo(UplinkQueueMessage uplinkQueueMessage, Callback callback);
/**
* 充电阶段BMS中止
*/
void bmsAbortDuringCharging(UplinkQueueMessage uplinkQueueMessage, Callback callback);
}