From bd46c57c77c276014db3192a4e2cc96e23c93202 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 21 二月 2020 13:08:47 +0800
Subject: [PATCH] 先上传个版本吧

---
 ZigbeeApp/Shared/Phone/UserView/UserPage.cs |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserView/UserPage.cs b/ZigbeeApp/Shared/Phone/UserView/UserPage.cs
index 1e83ef9..f31d6c9 100755
--- a/ZigbeeApp/Shared/Phone/UserView/UserPage.cs
+++ b/ZigbeeApp/Shared/Phone/UserView/UserPage.cs
@@ -173,14 +173,6 @@
                                             ac.currentSystemMode = attList.AttriButeData;
                                             ac.LastDateTime = DateTime.Now;
                                             break;
-                                        case 4099:
-                                            var value = Convert.ToString(attList.AttriButeData, 2).PadLeft(16, '0');
-                                            var modeStr = value.Substring(value.Length - 5, 5);
-                                            for (int j = 0; j < modeStr.Length; j++)
-                                            {
-                                                ac.listSupportMode[j] = Convert.ToInt32(modeStr[j]) == 49 ? 1 : 0;
-                                            }
-                                            break;
                                         case 4097:
                                             ac.CleanStatu = attList.AttriButeData == 42;
                                             break;

--
Gitblit v1.8.0