分批次发送mqtt指令
This commit is contained in:
parent
467486355b
commit
78a54d67da
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue