mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 19:09:57 +08:00
!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:
@@ -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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user