HDL_ON/Entity/Room.cs @@ -504,6 +504,13 @@ functions.Add(f); } } foreach(var g in FunctionList.List.groupControls) { if (g.roomIds.Contains(roomId) && roomId != null) { functions.Add(g); } } } return functions; }