2.500 km away from home, 1 outside camera out, other one keeps flipping of and inside camera also out. Is there a way to reset the system without waving a QR code in front of it or flipping the camera upside down. Still away for two months. Not very secure house.
Comments
0 comments
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
Comments
0 comments