From 985abd7ee6049147119518aa41fb2d08c0cfc40d Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 10 一月 2020 17:56:12 +0800
Subject: [PATCH] 合并代码

---
 ZigbeeApp/Shared/Common/Device.cs |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Common/Device.cs b/ZigbeeApp/Shared/Common/Device.cs
index 9ca9408..699f038 100755
--- a/ZigbeeApp/Shared/Common/Device.cs
+++ b/ZigbeeApp/Shared/Common/Device.cs
@@ -867,10 +867,15 @@
                     //涓嶆槸鍚屼竴涓綉鍏�
                     continue;
                 }
+                //娌℃湁鍏朵粬鍥炶矾
                 if (dicDeviceEpoint.ContainsKey(ota.DeviceAddr) == false
                     || dicDeviceEpoint[ota.DeviceAddr].Count == 0)
                 {
-                    list.Add(ota);
+                    //鐩墠鍙拡瀵逛腑澶┖璋�
+                    if (ota.ModelIdentifier == "MAC/GW-ZB.10")
+                    {
+                        list.Add(ota);
+                    }
                 }
             }
             return list;

--
Gitblit v1.8.0