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