wxr
2024-05-15 4b38e2265a83b173efd498366590e77c2d4d90f5
HDL_ON/Entity/Room.cs
@@ -504,6 +504,14 @@
                        functions.Add(f);
                    }
                }
                foreach(var g in FunctionList.List.groupControls)
                {
                    if (g.roomIds.Contains(roomId) && roomId != null)
                    {
                        g.deviceId = g.userDeviceGroupControlId;
                        functions.Add(g);
                    }
                }
            }
            return functions;
        }