mac
2024-07-25 3f6685c77beeb12baf840733fb890860f4c26e7c
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;
        }
@@ -568,5 +576,6 @@
            scenes.Remove(scenes.Find((obj) => obj.sid == scene.sid));
        }
    }
}