Weather station and additional indoor module shows different data in the same room (30cm from each other) (temperature is 0.6 degrees different, CO2 is cca 500 ppm different) why? They were recalibrated more times, more days, but same results.
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