Hello,
I created a second room and put a smart thermostat inside.
After a while the thermostat got broken and now I want to remove both the device and the room.
If I try to remove the room I get an error saying that the room must be empty.
Bu I cannot remove the thermostat as it is no more active.
How can I move out of this loop?
Opmerkingen
0 opmerkingen
<% 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;
} %>
Opmerkingen
0 opmerkingen