wxr
2023-07-30 d76b0e40e5bb127fd33aa1f7842447a1df0628d5
HDL_ON/UI/UI2/FuntionControlView/AC/ACPage.cs
@@ -204,6 +204,10 @@
                Text = "°C",
            };
            controlView.AddChidren(btnTempUint);
            if (function.GetAttribute(FunctionAttributeKey.TempType) != null)
            {
                btnTempUint.Text = function.GetAttrState(FunctionAttributeKey.TempType);
            }
            btnIndoorTemp = new Button()
            {