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

@@ -77,4 +77,10 @@ public interface YKCPushCommandService {
*
*/
void pushRemoteControlGroundLock(RemoteControlGroundLockCommand command);
/**
* 发送预约充电命令
* @param command
*/
void pushReserveChargingCommand(ReserveChargingCommand command);
}