ZigbeeApp/Shared/Common/SceneTargetDeviceUI.cs
@@ -32,8 +32,8 @@ /// </summary> public int DelayTime = 0; /// <summary> /// 当Type=2时存在 /// 延时执行序号,表示第几个延时动作 /// 当Type=2时存在 /// 延时执行序号,表示第几个延时动作 /// </summary> public int DelayTimeSerialNumber = 0; @@ -159,7 +159,7 @@ } else if(taskListInfo.Data1==4 || taskListInfo.Data1==5) { tempareture = $"{ taskListInfo.Data2} ℃"; tempareture = $"{ taskListInfo.Data2/100} ℃"; } else if (taskListInfo.Data1 == 6) { @@ -179,7 +179,6 @@ } return $"{tempareture},{model},{wind}"; } else { return null;