wxr
2020-06-16 f6fd8acd7c53c44187e70b4709443318a628f4b5
HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -41,12 +41,16 @@
            };
            bodyView.AddChidren(functionListView);
            foreach (var function in room.functionData)
            foreach (var function in room.functions)
            {
                if (function.functionCategory == FunctionCategory.Sensor)
                {
                    continue;
                }
                functionListView.AddChidren(new Button() { Height = Application.GetRealHeight(12) });
                if (function.functionType == "RGB" || function.functionType == "Dimmer")
                if (function.functionType == FunctionType.RGB || function.functionType == FunctionType.Dimmer)
                {
                    var functionDiv = new FunctionControlZone(function)
                    {