!12 充电过程BMS信息

* Merge branch 'master' into Feat_BMS_Charging_Info
* 修改实体名称
* Merge branch 'master' into Feat_BMS_Charging_Info
* 充电过程BMS信息
* 充电过程BMS信息
* 充电过程BMS信息
This commit is contained in:
increment
2025-08-01 07:20:12 +00:00
committed by 三丙
parent 48d7209ed4
commit 6c439fb4a0
6 changed files with 130 additions and 1 deletions

View File

@@ -88,4 +88,9 @@ public interface PileProtocolService {
* 充电桩与 BMS 参数配置阶段报文
*/
void onBmsParamConfigReport(UplinkQueueMessage uplinkQueueMsg, Callback callback);
/**
* 充电过程BMS信息
*/
void onBmsCharingInfo(UplinkQueueMessage uplinkQueueMessage, Callback callback);
}