From 737bb80af0222c60aba604ac07979ccdda369933 Mon Sep 17 00:00:00 2001 From: ticaki Date: Wed, 22 Jan 2025 20:55:43 +0100 Subject: [PATCH] add maxEntities --- ioBroker/DEV/NSPanelTs.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index e93e53a9..c1647353 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -10979,7 +10979,9 @@ function HandleScreensaverUpdate(): void { maxEntities = 5; if (getState(NSPanel_Path + 'Config.Screensaver.alternativeScreensaverLayout').val) { maxEntities = 6; - } + } else if (getState(NSPanel_Path + ScreensaverEasyViewEndPath).val) { + maxEntities = 4; + } } if (weatherForecast) {