This commit is contained in:
Mateusz Gruszczyński
2026-09-21 22:58:30 +02:00
parent 3b969c8754
commit d80005de33
33 changed files with 722 additions and 94 deletions
+2 -1
View File
@@ -85,7 +85,8 @@
<div class="house-power-actions"><button id="housePowerOn" type="button" class="secondary"
data-action="house-power" data-value="true" data-i18n="house.powerOnAll">Turn all on</button><button
id="housePowerOff" type="button" class="secondary" data-action="house-power" data-value="false"
data-i18n="house.powerOffAll">Turn all off</button></div>
data-i18n="house.powerOffAll">Turn all off</button><button id="houseEmergencyStop" type="button"
class="secondary house-emergency-stop" data-action="house-emergency-stop" data-value="true" hidden>Emergency stop</button></div>
</div>
<div class="dashboard-global-divider"></div>
<div class="house-climate dashboard-house-climate" id="houseClimate"></div>