diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 1929b42c..51fafb35 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -3086,9 +3086,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; }