I am finding on my weather station, if I press the top button I always get a red LED displayed even though all my readings display a healthy room. Is there anyway to correct this?
Thanks
Paul
Same here we always have yellow even all parameters in the app show green - as my mom is using this to check if she needs to open her windows - it would be great to give her some feeling of success once she actually has good air in her living room
0
<% 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
1 comment
Same here we always have yellow even all parameters in the app show green - as my mom is using this to check if she needs to open her windows - it would be great to give her some feeling of success once she actually has good air in her living room