!23 0x61 地锁数据上送

* 0x61  地锁数据上送
* Merge remote-tracking branch 'origin/master'
*  云快充协议上行命令处理类 - 地锁状态/报警信息帧 (V1.5.0版本) 命令码:0x61 (地锁状态/报警信息帧上行命令)
* Merge remote-tracking branch 'origin/master'
* Merge remote-tracking branch 'origin/master'
* Merge remote-tracking branch 'origin/master'
* Merge remote-tracking branch 'origin/master'
* Revert "命令码:0x17 (参数配置帧上行命令)"
* 命令码:0x17 (参数配置帧上行命令)
This commit is contained in:
南风
2025-08-20 11:37:38 +00:00
committed by 三丙
parent ca2610ba93
commit 249d25576f
6 changed files with 157 additions and 2 deletions

View File

@@ -122,9 +122,20 @@ public interface PileProtocolService {
*/
void onOtaResponse(UplinkQueueMessage uplinkQueueMessage, Callback callback);
/*
* BMS充电握手
/**
* 处理BMS握手信息
*
* @param uplinkQueueMessage 上行消息
* @param callback 回调
*/
void onBmsHandshake(UplinkQueueMessage uplinkQueueMessage, Callback callback);
/**
* 处理地锁状态信息
*
* @param uplinkQueueMessage 上行消息
* @param callback 回调
*/
void onLockStatus(UplinkQueueMessage uplinkQueueMessage, Callback callback);
}