Skip to content

Main Door Smart Lock

SKU DF 02 HD
Save 17% Save 17%
Original price 89.900 KD
Original price 89.900 KD - Original price 89.900 KD
Original price 89.900 KD
Current price 74.900 KD
74.900 KD - 74.900 KD
Current price 74.900 KD

Material: Aluminum Alloy
Color: Silver
Door Thickness:35-90mm
Product size:395*75mm
Product Weight:3.7KG
Unlock Type: Finger Print + Password + Card + Mechanical Key+(
UsmartGo)app + Captures Remotely when bell rings  

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-65 °C
Working Temperature:10%-90%

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(); }); });