From a4d29f9f72452ccae2f607e6ad31cad493822da4 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 06 五月 2020 11:36:47 +0800
Subject: [PATCH] 2020-05-06-1

---
 ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs |   21 +--------------------
 1 files changed, 1 insertions(+), 20 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs b/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs
index efdbc61..ed6a13b 100644
--- a/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/SkipView.cs
@@ -796,26 +796,7 @@
             }
             return _if;
         }
-
-        /// <summary>
-        /// 甯稿紑妯″紡寮�鍏�
-        /// </summary>
-        /// <returns></returns>
-        public static async System.Threading.Tasks.Task<bool> OpenMode(bool _if, DoorLock doorLock)
-        {
-            var result = await doorLock.SetNormallyOpenModeFuncAsync(_if);
-            
-            if (result == null || result.defaultControlResponseData == null || result.defaultControlResponseData.status != 0)
-            {
-                return false;
-            }
-            if (result.defaultControlResponseData.status == 0)
-            {
-                //app纭鍙栨秷鈥滃父寮�妯″紡鈥濇垚鍔� 
-                return true;
-            }
-            return false;
-        }
+       
     }
 }
 

--
Gitblit v1.8.0