分批次发送mqtt指令

This commit is contained in:
zhangyue 2026-05-27 16:39:13 +08:00
parent 467486355b
commit 78a54d67da
1 changed files with 9 additions and 0 deletions

View File

@ -459,6 +459,15 @@ public class SurvDeviceDeployController extends JeecgController<SurvDeviceDeploy
return Result.OK(deviceRelayVo);
}
// @GetMapping(value = "/queryRelay")
// public Result<Boolean> queryRelay(@RequestParam String deployId) {
// SurvDeviceDeploy deploy = deviceDeployService.getById(deployId);
// Assert.notNull(deploy,"无效设备");
//
//
// p3Service.sendMqttDeviceQuery(deploy, fianlVariables);
// }
// @GetMapping(value = "/getRelayList")