| | |
| | | public Response controllerFBO4831(@RequestParam int opCmd, @RequestParam int devId) { |
| | | return service.controllerFBO4830(opCmd, devId); |
| | | }*/ |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-控制并联电源充放电停止") |
| | | @GetMapping("controllerParalle") |
| | | public Response controllerParalle(@RequestParam int opCmd, @RequestParam int testCmd, @RequestParam int battGroupNum, @RequestParam int devId) { |
| | | return service.controllerParalle(opCmd, testCmd, battGroupNum, devId); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-读取kgdy放电参数") |
| | | @GetMapping("searchKgdyParam") |
| | |
| | | return new Response().set(1, bl, bl == true ? "修改参数成功!" : "设置A059参数失败,请检查网络!"); |
| | | } |
| | | |
| | | |
| | | //在线监测-实时监控-控制并联电源充放电停止 |
| | | public Response controllerParalle(int opCmd, Integer testCmd, int battGroupNum, int devId) { |
| | | boolean bl = sendCmdToFBS9100Dev2(opCmd, testCmd != null ? testCmd : 0, devId, battGroupNum); |
| | | return new Response().set(1, bl, bl == true ? "操控并联电源成功!" : "操控并联电源失败,请检查网络!"); |
| | | } |
| | | } |