From 4dce704aaf8587cf3f91cf88f2208315a03c4cbb Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 08 四月 2020 13:54:58 +0800 Subject: [PATCH] 先上传一个版本 --- ZigbeeApp/Shared/Phone/Device/Category/SelectDevice.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Device/Category/SelectDevice.cs b/ZigbeeApp/Shared/Phone/Device/Category/SelectDevice.cs index 485d479..266fff7 100755 --- a/ZigbeeApp/Shared/Phone/Device/Category/SelectDevice.cs +++ b/ZigbeeApp/Shared/Phone/Device/Category/SelectDevice.cs @@ -658,7 +658,7 @@ comfrimBtn.MouseUpEventHandler = (sender, e) => { - var taskList = new List<ZigBee.Device.Scene.TaskListInfo> { }; + var taskList = new List<Safeguard.TaskListInfo> { }; int taskType = 1; int data1 = 0; int data2 = 0; @@ -675,7 +675,7 @@ data1 = 0; data2 = 0; } - var taskInfo = new ZigBee.Device.Scene.TaskListInfo + var taskInfo = new Safeguard.TaskListInfo { TaskType = taskType, Data1 = data1, @@ -821,7 +821,7 @@ comfrimBtn.MouseUpEventHandler = (sender, e) => { - var taskList = new List<ZigBee.Device.Scene.TaskListInfo> { }; + var taskList = new List<Safeguard.TaskListInfo> { }; int taskType = 6; int data1 = 0; @@ -840,7 +840,7 @@ data2 = open.SeekBar.Progress; } - var taskInfo = new ZigBee.Device.Scene.TaskListInfo + var taskInfo = new Safeguard.TaskListInfo { TaskType = taskType, Data1 = data1, @@ -987,7 +987,7 @@ comfrimBtn.MouseUpEventHandler = (sender, e) => { - var taskList = new List<ZigBee.Device.Scene.TaskListInfo> { }; + var taskList = new List<Safeguard.TaskListInfo> { }; int taskType = 3; int data1 = 0; @@ -1006,7 +1006,7 @@ data2 = 0; } - var taskInfo = new ZigBee.Device.Scene.TaskListInfo + var taskInfo = new Safeguard.TaskListInfo { TaskType = taskType, Data1 = data1, @@ -1170,7 +1170,7 @@ comfrimBtn.MouseUpEventHandler = (sender, e) => { - var taskList = new List<ZigBee.Device.Scene.TaskListInfo> { }; + var taskList = new List<Safeguard.TaskListInfo> { }; int taskType = 5; int data1 = 0; @@ -1181,7 +1181,7 @@ //鍏� data1 = 3; data2 = 0; - var taskInfo = new ZigBee.Device.Scene.TaskListInfo + var taskInfo = new Safeguard.TaskListInfo { TaskType = taskType, Data1 = data1, @@ -1192,7 +1192,7 @@ else { //fan - var taskInfo = new ZigBee.Device.Scene.TaskListInfo + var taskInfo = new Safeguard.TaskListInfo { TaskType = taskType, Data1 = 6, @@ -1201,7 +1201,7 @@ taskList.Add(taskInfo); //mode - var taskInfo2 = new ZigBee.Device.Scene.TaskListInfo + var taskInfo2 = new Safeguard.TaskListInfo { TaskType = taskType, Data1 = 3, @@ -1213,7 +1213,7 @@ if (open.modeList[modelId] == 4) { //heat - var taskInfo3 = new ZigBee.Device.Scene.TaskListInfo + var taskInfo3 = new Safeguard.TaskListInfo { TaskType = taskType, Data1 = 4, @@ -1225,7 +1225,7 @@ else { //heat - var taskInfo3 = new ZigBee.Device.Scene.TaskListInfo + var taskInfo3 = new Safeguard.TaskListInfo { TaskType = taskType, Data1 = 5, -- Gitblit v1.8.0