ZigbeeApp/Shared/Phone/Device/Category/SelectDevice.cs
@@ -1078,7 +1078,7 @@ } if (tasklist.Data1 == 4 || tasklist.Data1 == 5) { tempId = open.temperatureList.IndexOf(tasklist.Data2); tempId = open.temperatureList.IndexOf(tasklist.Data2/100); } } @@ -1138,7 +1138,7 @@ { TaskType = taskType, Data1 = 4, Data2 = open.temperatureList[tempId] Data2 = open.temperatureList[tempId]*100 }; taskList.Add(taskInfo3); @@ -1150,7 +1150,7 @@ { TaskType = taskType, Data1 = 5, Data2 = open.temperatureList[tempId] Data2 = open.temperatureList[tempId]*100 }; taskList.Add(taskInfo3); }