| | |
| | | return ResponseUtil.success(lightService.controlEnergySaving()); |
| | | } |
| | | |
| | | /** |
| | | * 获取设备码 |
| | | */ |
| | | @GetMapping("/deviceCode") |
| | | public ResponseVO<Object> getDeviceCode(BaseConditionVO baseConditionVO) { |
| | | return ResponseUtil.success(lightService.listDeviceCode(baseConditionVO.getPageNo() , baseConditionVO.getPageSize())); |
| | | } |
| | | // /** |
| | | // * 获取设备码 |
| | | // */ |
| | | // @GetMapping("/deviceCode") |
| | | // public ResponseVO<Object> getDeviceCode(BaseConditionVO baseConditionVO) { |
| | | // return ResponseUtil.success(lightService.listDeviceCode(baseConditionVO.getPageNo() , baseConditionVO.getPageSize())); |
| | | // } |
| | | |
| | | /** |
| | | * 设置功率 |