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