ZigbeeApp/Shared/Common/SceneTargetDeviceUI.cs
@@ -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;