WJC
2019-10-29 8245dd3bba861d60556cd4804b39bca74c19c329
ZigbeeApp/Shared/Common/Device.cs
@@ -256,7 +256,7 @@
                //添加缓存
                this.AddDeviceToMemory(ref device);
                //移除存在的设备内存
                //移除存在的设备内存
                string maikey = this.GetDeviceMainKeys(device);
                if (dicExist.ContainsKey(maikey) == true)
                {