wxr
2023-06-05 fe71457a47ea84b917c6b059c4c7f3050a952f25
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;
        }