| | |
| | | public Response SetNowBatt(@RequestParam int devId, @RequestParam int opCmd, @RequestParam int battGroupNum) { |
| | | return service.SetNowBatt(devId, opCmd, battGroupNum); |
| | | } |
| | | |
| | | @ApiOperation(tags = "电操开关遥调遥控点位",value = "设置参数") |
| | | @PostMapping("updateEOperatingSwitchParam") |
| | | public Response updateEOperatingSwitchParam(@RequestBody Fbs9100Setparam fbs9100Setparam){ |
| | | return service.updateEOperatingSwitch(fbs9100Setparam); |
| | | } |
| | | |
| | | @ApiOperation(tags = "电操开关遥调遥控点位",value = "设置参数") |
| | | @PostMapping("getEOperatingSwitchParam") |
| | | public Response getEOperatingSwitchParam(@RequestParam int devId){ |
| | | return service.getEOperatingSwitch(devId); |
| | | } |
| | | |
| | | } |