A couple of days ago I changed the schedule programs but it seems that, although I can see the new schedule in the app, the behavior hasn’t really changed.
For example, I changed the temperature from 20º at 8 am to 20º at 9:30 am, so the night mode stays a 1h30’ longer.
But the heating keeps starting at 8 am.
Could you fix it, please?
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