mirror of
https://gitee.com/beecue/fastbee.git
synced 2026-02-05 00:25:55 +08:00
feat(事件上报): remark存储
This commit is contained in:
@@ -345,6 +345,7 @@ public class DeviceServiceImpl implements IDeviceService {
|
|||||||
// 1=影子模式,2=在线模式,3=其他
|
// 1=影子模式,2=在线模式,3=其他
|
||||||
event.setMode(2);
|
event.setMode(2);
|
||||||
event.setModelName(dto.getName());
|
event.setModelName(dto.getName());
|
||||||
|
event.setRemark(item.getRemark());
|
||||||
deviceLogList.add(event);
|
deviceLogList.add(event);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user