HDL_ON/UI/UI2/FuntionControlView/1ContorlPage/AcControlPage.cs
@@ -120,7 +120,8 @@ private void InitFrameWhiteContent1() { //获取温度值 temp = (int)Convert.ToDouble(device.GetAttrState(FunctionAttributeKey.SetTemp).Replace(",", ".")); string setTempTemp = device.GetAttrState(FunctionAttributeKey.SetTemp); temp = (int) Convert.ToDouble(setTempTemp); if (temp <= 0) { //默认值改成16,2022年06月10日10:03:19 成甫要求的