uploadFirmware 上传固件接口

This commit is contained in:
Guoqs
2024-05-20 16:51:11 +08:00
parent aa102d2f71
commit 885b192a40
7 changed files with 151 additions and 10 deletions

View File

@@ -248,4 +248,11 @@ public class PileRemoteService {
public void remoteControlGroundLock(RemoteControlGroundLockCommand command) {
ykcPushCommandService.pushRemoteControlGroundLock(command);
}
/**
* 预约充电指令
*/
public void reserveCharging(ReserveChargingCommand command) {
ykcPushCommandService.pushReserveChargingCommand(command);
}
}