1
0

添加告警处理逻辑2

This commit is contained in:
2025-08-14 15:56:10 +08:00
parent a189d0d0f9
commit 3145b494d9

View File

@ -98,7 +98,7 @@ public class AppDeviceBJQController extends BaseController {
* 灯光亮度设置
*
*/
@FunctionAccessAnnotation("lightBrightnessSettings")
// @FunctionAccessAnnotation("lightBrightnessSettings")
@PostMapping("/lightBrightnessSettings")
public R<Void> lightBrightnessSettings(@RequestBody DeviceInstructDto params) {
appDeviceService.lightBrightnessSettings(params);