mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2026-02-16 18:06:59 +01:00
Version, Without-Examples-File
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*-----------------------------------------------------------------------
|
||||
TypeScript v4.0.4.1 zur Steuerung des SONOFF NSPanel mit dem ioBroker by @Armilar / @Sternmiere / @Britzelpuf / @ravenS0ne / @TT-Tom
|
||||
TypeScript v4.0.4.2 zur Steuerung des SONOFF NSPanel mit dem ioBroker by @Armilar / @Sternmiere / @Britzelpuf / @ravenS0ne / @TT-Tom
|
||||
- abgestimmt auf TFT 50 / v4.0.4 / BerryDriver 8 / Tasmota 12.4.0
|
||||
@joBr99 Projekt: https://github.com/joBr99/nspanel-lovelace-ui/tree/main/ioBroker
|
||||
NsPanelTs.ts (dieses TypeScript in ioBroker) Stable: https://github.com/joBr99/nspanel-lovelace-ui/blob/main/ioBroker/NsPanelTs.ts
|
||||
@@ -117,6 +117,7 @@ ReleaseNotes:
|
||||
- 04.03.2023 - v4.0.4 Upgrade TFT 50 / 4.0.4
|
||||
- 04.03.2023 - v4.0.4 Fix bExit with popupLight, popup....
|
||||
- 07.03.2023 - v4.0.4.1 Extend Configuration Options for Physical Buttons to enable direct state manipulation - by bembelstemmer
|
||||
- 10.03.2023 - v4.0.4.2 Fix iconColor by 100% Brightness
|
||||
|
||||
***********************************************************************************************************
|
||||
* Für die Erstellung der Aliase durch das Skript, muss in der JavaScript Instanz "setObect" gesetzt sein! *
|
||||
@@ -5245,8 +5246,8 @@ function HandleButtonEvent(words: any): void {
|
||||
pageId = getState(NSPanel_Path + 'ScreensaverInfo.bExitPage').val
|
||||
}
|
||||
}
|
||||
activePage = config.pages[pageId];
|
||||
}
|
||||
activePage = config.pages[pageId];
|
||||
}
|
||||
GeneratePage(activePage);
|
||||
break;
|
||||
case 'bHome':
|
||||
|
||||
Reference in New Issue
Block a user