wxr
2023-11-15 05cd80d1f3120f421008da69309a98708504be3f
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;
        }