添加告警处理逻辑4

This commit is contained in:
2025-08-14 17:38:07 +08:00
parent 51741adc69
commit 9e24e3daaf
3 changed files with 59 additions and 0 deletions

View File

@ -104,4 +104,7 @@ public class AppDeviceDetailVo {
* 告警状态(0解除告警1告警)
*/
private String alarmStatus;
// 灯光亮度
private String lightBrightness;
}