From f6b605443da64d1168bc88c37ae62efd6400bba3 Mon Sep 17 00:00:00 2001 From: tt-tom17 Date: Thu, 23 Jan 2025 10:25:59 +0100 Subject: [PATCH] DEV v4.5.0 - Update NSPanelTs.ts - fix leftScreensaverentity --- ioBroker/DEV/NSPanelTs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index 7012b830..b17c5804 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -10965,6 +10965,8 @@ function HandleScreensaverUpdate(): void { payloadString += '~' + '~' + icon + '~' + iconColor + '~' + leftScreensaverEntity.ScreensaverEntityText + '~' + val + '~'; } + } else { + checkpoint = false; } if (checkpoint == false) { for (let j = i; j < 3; j++) {