| | |
| | | @Autowired |
| | | private Fbs9100SetparamService service; |
| | | |
| | | @ApiOperation(value = "查询设备的参数",notes = "等10s响应") |
| | | @ApiOperation(value = "查询设备的参数", notes = "等10s响应") |
| | | @GetMapping("/serchdevParam") |
| | | public Response serchdevParam(@RequestParam int devId){ |
| | | return service.serchdevParam(devId); |
| | | public Response serchdevParam(@RequestParam int devId) { |
| | | return service.serchdevParam(devId); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控",value = "在线监测-实时监控-BTS停止") |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-BTS停止") |
| | | @GetMapping("serchbyDev_id") |
| | | public Response serchbyDev_id(@RequestParam int num, Integer testCmd,@RequestParam int devId,@RequestParam int battGroupNum){ |
| | | return service.serchbyDev_id(num,testCmd,devId,battGroupNum); |
| | | public Response serchbyDev_id(@RequestParam int num, Integer testCmd, @RequestParam int devId, @RequestParam int battGroupNum) { |
| | | return service.serchbyDev_id(num, testCmd, devId, battGroupNum); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控",value = "在线监测-实时监控-重启设备") |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "BTS停止基础上加上tb_li9130_setparam_plan表得is_statup设置为0") |
| | | @GetMapping("serchbyDev_id_li9130") |
| | | public Response serchbyDev_id_li9130(@RequestParam int num, Integer testCmd, @RequestParam int devId, @RequestParam int battGroupNum) { |
| | | return service.serchbyDev_id_li9130(num, testCmd, devId, battGroupNum); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-重启设备") |
| | | @PostMapping("updateMaintain") |
| | | public Response updateMaintain(@RequestBody Fbs9100Setparam fbs9100Setparam){ |
| | | public Response updateMaintain(@RequestBody Fbs9100Setparam fbs9100Setparam) { |
| | | return service.updateMaintain(fbs9100Setparam); |
| | | } |
| | | @ApiOperation(tags = "在线监测-实时监控",value = "在线监测-实时监控-BTS放电参数设置",notes = "Fbs9100_setparamAction_action_update") |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-BTS放电参数设置", notes = "Fbs9100_setparamAction_action_update") |
| | | @PostMapping("update") |
| | | public Response update(@RequestBody Fbs9100Setparam fbs9100Setparam){ |
| | | public Response update(@RequestBody Fbs9100Setparam fbs9100Setparam) { |
| | | return service.update(fbs9100Setparam); |
| | | } |
| | | |
| | |
| | | |
| | | @ApiOperation(tags = "电操开关遥调遥控点位",value = "读取参数") |
| | | @PostMapping("getEOperatingSwitchParam") |
| | | public Response getEOperatingSwitchParam(@RequestParam int devId){ |
| | | return service.getEOperatingSwitch(devId); |
| | | public Response getEOperatingSwitchParam(@RequestParam int devId,@RequestParam int battGroupNum){ |
| | | return service.getEOperatingSwitch(devId,battGroupNum); |
| | | } |
| | | |
| | | @ApiOperation(tags = "电操开关遥调遥控点位",value = "启动测试") |
| | |
| | | return service.updateEOperatingSwitchStart(fbs9100Setparam); |
| | | } |
| | | |
| | | @ApiOperation(tags = "电操开关遥调遥控点位",value = "停止测试") |
| | | @ApiOperation(tags = "电操开关遥调遥控点位", value = "停止测试") |
| | | @PostMapping("updateEOperatingSwitchStop") |
| | | public Response updateEOperatingSwitchStop(@RequestBody Fbs9100Setparam fbs9100Setparam){ |
| | | public Response updateEOperatingSwitchStop(@RequestBody Fbs9100Setparam fbs9100Setparam) { |
| | | return service.updateEOperatingSwitchStop(fbs9100Setparam); |
| | | } |
| | | |
| | | @ApiOperation(tags = "电操开关遥调遥控点位",value = "电操开关控制") |
| | | @ApiOperation(tags = "电操开关遥调遥控点位", value = "电操开关控制") |
| | | @PostMapping("updateEOperatingSwitchControl") |
| | | public Response updateEOperatingSwitchControl(@RequestBody Fbs9100Setparam fbs9100Setparam){ |
| | | public Response updateEOperatingSwitchControl(@RequestBody Fbs9100Setparam fbs9100Setparam) { |
| | | return service.updateEOperatingSwitchControl(fbs9100Setparam); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-读取FBO_4830放电参数") |
| | | @GetMapping("searchFBO4830Param") |
| | | public Response searchFBO4830Param(@RequestParam int opCmd, @RequestParam int devId) { |
| | | return service.searchFBO4830Param(opCmd, devId); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-设置FBO_4830放电参数") |
| | | @PostMapping("updateFBO4830Param") |
| | | public Response updateFBO4830Param(@RequestBody Fbs9100Setparam a059setParam) { |
| | | return service.updateFBO4830Param(a059setParam); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-控制FBO_4830充放电停止") |
| | | @GetMapping("controllerFBO4830") |
| | | public Response controllerFBO4830(@RequestParam int opCmd, @RequestParam int devId) { |
| | | return service.controllerFBO4830(opCmd, devId); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-读取FBO_4831放电参数") |
| | | @GetMapping("searchFBO4831Param") |
| | | public Response searchFBO4831Param(@RequestParam int opCmd, @RequestParam int devId) { |
| | | return service.searchFBO4831Param(opCmd, devId); |
| | | } |
| | | |
| | | /* @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-设置FBO_4831放电参数") |
| | | @PostMapping("updateFBO4831Param") |
| | | public Response updateFBO4831Param(@RequestBody Fbs9100Setparam a059setParam) { |
| | | return service.updateFBO4830Param(a059setParam); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-控制FBO_4831充放电停止") |
| | | @GetMapping("controllerFBO4831") |
| | | 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 = "在线监测-实时监控-设置并联电源放电参数") |
| | | @PostMapping("updateParalleParam") |
| | | public Response updateParalleParam(@RequestBody Fbs9100Setparam a059setParam) { |
| | | return service.updateParalleParam(a059setParam); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-读取并联电源放电参数") |
| | | @GetMapping("searchParalleParam") |
| | | public Response searchParalleParam(@RequestParam int opCmd, @RequestParam int hvMonUppernum1, @RequestParam int battGroupNum, @RequestParam int devId) { |
| | | return service.searchParalleParam(opCmd, hvMonUppernum1, battGroupNum, devId); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-读取kgdy放电参数") |
| | | @GetMapping("searchKgdyParam") |
| | | public Response searchKgdyParam(@RequestParam int opCmd, @RequestParam int devId) { |
| | | return service.searchKgdyParam(opCmd, devId); |
| | | } |
| | | |
| | | @ApiOperation(tags = "在线监测-实时监控", value = "在线监测-实时监控-设置kgdy放电参数") |
| | | @PostMapping("updateKgdyParam") |
| | | public Response updateKgdyParam(@RequestBody Fbs9100Setparam a059setParam) { |
| | | return service.updateKgdyParam(a059setParam); |
| | | } |
| | | |
| | | @ApiOperation(tags = "设置参数", value = "读取参数-配网电源") |
| | | @GetMapping("searchPW") |
| | | public Response searchPW(@RequestParam int devId){ |
| | | return service.searchPW(devId); |
| | | } |
| | | |
| | | @ApiOperation(tags = "设置参数", value = "设置参数-配网电源") |
| | | @PostMapping("updatePW") |
| | | public Response updatePW(@RequestBody Fbs9100Setparam param) { |
| | | return service.updatePW(param); |
| | | } |
| | | |
| | | @ApiOperation(tags = "设置参数", value = "设置参数-配网电源-启动充电测试|放电测试") |
| | | @PostMapping("updatePWStartTest") |
| | | public Response updatePWStartTest(@RequestParam int devId,@RequestParam int opCmd,@RequestParam int testCmd) { |
| | | return service.updatePWStartTest(devId,opCmd,testCmd); |
| | | } |
| | | |
| | | @ApiOperation(tags = "设置参数", value = "设置参数-配网电源-停止测试") |
| | | @PostMapping("updatePWStopTest") |
| | | public Response updatePWStopTest(@RequestParam int devId) { |
| | | return service.updatePWStopTest(devId); |
| | | } |
| | | |
| | | @ApiOperation(tags = "设置参数", value = "设置参数-配网电源-重启设备") |
| | | @PostMapping("updatePWRestartDevice") |
| | | public Response updatePWRestartDevice(@RequestParam int devId) { |
| | | return service.updatePWRestartDevice(devId); |
| | | } |
| | | } |