wxr
2020-12-18 5ea6aa8ea047d4d7b6137fa86c03109aeb1b67ff
HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPageBLL.cs
@@ -29,6 +29,14 @@
                    {
                        bodyView.arcBar.Progress = Convert.ToInt32(Convert.ToDouble(uFh.trait_temp.curValue));
                    }
                    if(uFh.trait_on_off.curValue.ToString() == "on")
                    {
                        bodyView.arcBar.Enable = true;
                    }
                    else
                    {
                        bodyView.arcBar.Enable = false;
                    }
                });
            }
            catch (Exception ex)