wxr
2023-09-06 76e8a76fb6634d9a81244dde3ca0b86e62b6211a
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;
        }