From f14dcfd967404e197e7ec995ca8d6f2b090d3b7d Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期五, 11 九月 2020 09:16:59 +0800
Subject: [PATCH] 优化多功能面板:绑定温湿度传感器目标,和设备列表回路显示。优化数据矫正功能温湿度度不设置的情况。优化门锁时间设置最后一天和最后最后一个月的时间显示等 细节

---
 ZigbeeApp/Shared/Phone/Device/Logic/CurrentDeviceState.cs |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

diff --git a/ZigbeeApp20200828/Shared/Phone/Device/Logic/CurrentDeviceState.cs b/ZigbeeApp/Shared/Phone/Device/Logic/CurrentDeviceState.cs
old mode 100644
new mode 100755
similarity index 98%
rename from ZigbeeApp20200828/Shared/Phone/Device/Logic/CurrentDeviceState.cs
rename to ZigbeeApp/Shared/Phone/Device/Logic/CurrentDeviceState.cs
index 9412a75..11d924f
--- a/ZigbeeApp20200828/Shared/Phone/Device/Logic/CurrentDeviceState.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/CurrentDeviceState.cs
@@ -108,17 +108,6 @@
 
                         }
                     }
-                    //foreach (var deviceinfo in Common.Logic.CurrentLogic.Conditions)
-                    //{
-                    //    if (deviceinfo["Type"] == "1")
-                    //    {
-                    //        if (common.DeviceAddr == deviceinfo["MacAddr"] && common.DeviceEpoint.ToString() == deviceinfo["Epoint"])
-                    //        {
-                    //            devices = deviceinfo;
-                    //            break;
-                    //        }
-                    //    }
-                    //}
                 }
                 else
                 {
@@ -131,17 +120,7 @@
                             TaskList = deviceinfo["TaskList"] as List<Dictionary<string, string>>;
                         }
                     }
-                    //foreach (var deviceinfo in Common.Logic.CurrentLogic.Actions)
-                    //{
-                    //    if (deviceinfo["LinkType"].ToString() == "0")
-                    //    {
-                    //        if (deviceinfo["DeviceAddr"].ToString() == common.DeviceAddr && deviceinfo["Epoint"].ToString() == common.DeviceEpoint.ToString())
-                    //        {
-                    //            TaskList = deviceinfo["TaskList"] as List<Dictionary<string, string>>;
-                    //            break;
-                    //        }
-                    //    }
-                    //}
+                  
                 }
             }
             #endregion

--
Gitblit v1.8.0