- Funktion GeneratePowerPage angepasst. Demomodus aktualisiert

- Issue 801 gefixt 
- Beschreibung der Rule2 angepasst
- Beschreibung config / Button1: angepasst (String)
- GetIconColor scale(100- ...  angepasst
- Fix function HandleScreensaverUpdate (left Entities) type boolean auf 'left' angepasst
This commit is contained in:
tt-tom17
2023-03-13 10:10:09 +01:00
committed by GitHub
parent 23fc168855
commit bcc5cbc50e
2 changed files with 4 additions and 4 deletions

View File

@@ -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') {