My doorbellen doesn't do the update automatically. Since December 2023 every minuten I get a message in the doorbellen app: Download faild.
I can't update it by hand. What do I have to do to get the update correctly installed automatically.
Kind regards Piet Geel.
Commentaires
0 commentaire
<% 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;
} %>
Commentaires
0 commentaire