v3.8.1 - New Release (Breaking Changes)

- Add New HMI-Navi (Breaking Changes)
- Add Tasmota "Web Admin Password" (Breaking Changes)
- Add Navigation bSubPrev and bSubNext and Subpages for bHome
- Bugfix for cardThermostat - Payload (Minor)
- Add Volumio-Player to cardMedia by @egal
- Upgrade TFT 47
- Add Volumio-Tracklist to cardMedia by @egal
- HMI Hotfix
This commit is contained in:
Armilar
2023-01-06 15:38:31 +01:00
committed by GitHub
parent 47e5f414c8
commit 0a3d5834fd

View File

@@ -2600,9 +2600,9 @@ function GenerateThermoPage(page: PageThermo): Payload[] {
destTemp2 = getState(id + '.' + page.items[0].setThermoDestTemp2).val;
}
let thermoPopup = 0
let thermoPopup = 1
if (page.items[0].popupThermoMode1 != undefined) {
thermoPopup = 1;
thermoPopup = 0;
}