uploadFirmware 上传固件接口

This commit is contained in:
Guoqs
2024-05-17 17:07:19 +08:00
parent dcb46f31b8
commit 6bc042681f
8 changed files with 57 additions and 9 deletions

View File

@@ -14,7 +14,13 @@ import java.util.List;
public class UpdateFirmwareCommand {
private List<String> pileSnList;
// /update.bin
// 远程更新服务器地址
private String serverAddress;
// 远程更新服务器端口
private int port;
// 文件路径
private String filePath;
}