Why do I have so different temps beteeen the weather station and the AC controller, same room same spot?
While the weather station stays on 23,5°C, the AC controller measured 28°C...
Commenti
0 commenti
<% 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;
} %>
Commenti
0 commenti