diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index 0df8f3e6..e159cd96 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -6868,8 +6868,8 @@ function HandleScreensaverUpdate(): void { } else if (typeof(val) == 'boolean') { iconColor = GetScreenSaverEntityColor(config.leftScreensaverEntity[i]); - if (!val && config.bottomScreensaverEntity[i].ScreensaverEntityIconOff != null) { - icon = Icons.GetIcon(config.bottomScreensaverEntity[i].ScreensaverEntityIconOff) + if (!val && config.leftScreensaverEntity[i].ScreensaverEntityIconOff != null) { + icon = Icons.GetIcon(config.leftScreensaverEntity[i].ScreensaverEntityIconOff) } } else if (typeof(val) == 'string') { diff --git a/ioBroker/NsPanelTs_without_Examples.ts b/ioBroker/NsPanelTs_without_Examples.ts index ffa728b0..16225d29 100644 --- a/ioBroker/NsPanelTs_without_Examples.ts +++ b/ioBroker/NsPanelTs_without_Examples.ts @@ -6355,8 +6355,8 @@ function HandleScreensaverUpdate(): void { } else if (typeof(val) == 'boolean') { iconColor = GetScreenSaverEntityColor(config.leftScreensaverEntity[i]); - if (!val && config.bottomScreensaverEntity[i].ScreensaverEntityIconOff != null) { - icon = Icons.GetIcon(config.bottomScreensaverEntity[i].ScreensaverEntityIconOff) + if (!val && config.leftScreensaverEntity[i].ScreensaverEntityIconOff != null) { + icon = Icons.GetIcon(config.leftScreensaverEntity[i].ScreensaverEntityIconOff) } } else if (typeof(val) == 'string') {