xm
2020-12-10 3aa397ab145382935492b11c1f18c9634e69910b
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonInfo.cs
old mode 100755 new mode 100644
@@ -148,7 +148,13 @@
            var listDevice = new List<CommonDevice> { };
            listDevice.Add(doorLock);
            var devTemp = Common.LocalDevice.Current.GetMyDeviceEnumInfo(listDevice);
            if (devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_Sone)
            if (devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_Sone
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_AT1TF
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_AT1F
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_AT1T
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_HAT1B
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_HAT1T
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_ATFT)
            {
                return true;
            }
@@ -525,7 +531,13 @@
            var listDevice = new List<CommonDevice> { };
            listDevice.Add(doorLock);
            var devTemp = Common.LocalDevice.Current.GetMyDeviceEnumInfo(listDevice);
            if (devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_Sone)
            if (devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_Sone
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_AT1TF
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_AT1F
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_AT1T
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_HAT1B
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_HAT1T
                || devTemp.ConcreteType == DeviceConcreteType.IntelligentLocks_ATFT)
            {
                return true;
            }