mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
uploadFirmware 上传固件接口
This commit is contained in:
@@ -248,4 +248,11 @@ public class PileRemoteService {
|
||||
public void remoteControlGroundLock(RemoteControlGroundLockCommand command) {
|
||||
ykcPushCommandService.pushRemoteControlGroundLock(command);
|
||||
}
|
||||
|
||||
/**
|
||||
* 预约充电指令
|
||||
*/
|
||||
public void reserveCharging(ReserveChargingCommand command) {
|
||||
ykcPushCommandService.pushReserveChargingCommand(command);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user