chore: fix typo

This commit is contained in:
Yurii
2024-04-12 21:47:09 +03:00
parent f4a4afeb29
commit f069de0415
2 changed files with 1 additions and 3 deletions

View File

@@ -287,7 +287,7 @@
document.querySelector('#thermostat-dhw-enabled').addEventListener('change', (event) => {
modifiedTime = Date.now();
newSettings.heating.dhw = event.currentTarget.checked;
newSettings.dhw.enable = event.currentTarget.checked;
});
setTimeout(async function onLoadPage() {

View File

@@ -116,9 +116,7 @@
<small>Default: 23</small>
</label>
</div>
</fieldset>
<fieldset>
<mark>After changing this settings, the ESP must be restarted for the changes to take effect.</mark>
</fieldset>