update 新增 0xA4平台主动下发并充充电指令

This commit is contained in:
Lemon
2025-08-06 10:15:58 +08:00
parent 3087825eca
commit 8d44f171d4
7 changed files with 193 additions and 2 deletions

View File

@@ -86,4 +86,9 @@ public interface YKCPushCommandService {
*/
byte[] pushReservationChargingCommand(ReservationChargingCommand command);
/**
* 发送并充充电指令
* @param command
*/
void pushStartMergeChargingCommand(StartMergeChargeCommand command);
}