WJC
2019-12-30 df30e8562e49b45e7a9a3497d368cebd6085be87
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;