From 0a3d5834fdd5de1e083e74f4913e05879b91207e Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:38:31 +0100 Subject: [PATCH] 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 --- ioBroker/NsPanelTs_without_Examples.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ioBroker/NsPanelTs_without_Examples.ts b/ioBroker/NsPanelTs_without_Examples.ts index 7878b546..05ba35dc 100644 --- a/ioBroker/NsPanelTs_without_Examples.ts +++ b/ioBroker/NsPanelTs_without_Examples.ts @@ -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; }