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