修改BMS中止信息命名规范

BMS通信报文国标:http://c.gb688.cn/bzgk/gb/showGb?type=online&hcno=6ECF725CD2BCCA2819082279F6B2E243
This commit is contained in:
三丙
2025-08-05 15:43:57 +08:00
parent ccd5d3d943
commit b225cadde9
5 changed files with 12 additions and 15 deletions

View File

@@ -97,6 +97,6 @@ public interface PileProtocolService {
/**
* 充电阶段BMS中止
*/
void bmsAbortDuringCharging(UplinkQueueMessage uplinkQueueMessage, Callback callback);
void onBmsAbort(UplinkQueueMessage uplinkQueueMessage, Callback callback);
}