I am now getting regular notices that my app 'cannot connect to server ' it is getting very annoying that the whole system stops working for several hours a day.
In the help pages it just says I have to wait for netatmo to fix it. Is anyone else getting this error a lot?
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