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