Skip to content

Face ID Smart Lock

SKU N11 Face
Save 23% Save 23%
Original price 109.900 KD
Original price 109.900 KD - Original price 109.900 KD
Original price 109.900 KD
Current price 84.900 KD
84.900 KD - 84.900 KD
Current price 84.900 KD

Material: Znic Alloy

Color: black & Rose Gold

Thickness:35-110mm

Product size: 210*420mm

Product Weight: 4.9KG

Unlock Way:

1. 3D face

2. recognition

3. FingerPrint

4. Password

5. Card

6. MechanicalKey

(Usmart Go) app Photographs capturing Remote Control Unlock

Support System: IOS 7.0 or above, Android 4.4

Battery Life:12000times (18 Months or above)

Battery:1PC lithium battery working voltage: 7.2V~8.4V

Working Temperature: -20-70 °C

Compare products

{"one"=>"Select 2 or 3 items to compare", "other"=>"{{ count }} of 3 items selected"}

Select first item to compare

Select second item to compare

Select third item to compare

Compare
.product-single__description .more-text{ display: none; } 3. Asset->theme.js-> paste code in bottom of file $(document).ready(function(){ var maxLength = 300; $(".product-single__description").each(function(){ var myStr = $(this).text(); if($.trim(myStr).length > maxLength){ var newStr = myStr.substring(0, maxLength); var removedStr = myStr.substring(maxLength, $.trim(myStr).length); $(this).empty().html(newStr); $(this).append(' read more...'); $(this).append('' + removedStr + ''); } }); $(".read-more").click(function(){ $(this).siblings(".more-text").contents().unwrap(); $(this).remove(); }); });