diff --git a/ioBroker/NsPanelTs.ts b/ioBroker/NsPanelTs.ts index ae150046..0df8f3e6 100644 --- a/ioBroker/NsPanelTs.ts +++ b/ioBroker/NsPanelTs.ts @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------- -TypeScript v4.0.4.2 zur Steuerung des SONOFF NSPanel mit dem ioBroker by @Armilar / @Sternmiere / @Britzelpuf / @ravenS0ne / @TT-Tom +TypeScript v4.0.4.3 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 @@ -118,7 +118,7 @@ ReleaseNotes: - 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 - - xx.03.2023 - v4.0.4.3 Fix Funktion GeneratePowerPage inkl. DemoModus + - 13.03.2023 - v4.0.4.3 Fix Funktion GeneratePowerPage inkl. DemoModus *********************************************************************************************************** * Für die Erstellung der Aliase durch das Skript, muss in der JavaScript Instanz "setObect" gesetzt sein! * @@ -1108,7 +1108,7 @@ export const config = { }, // bottomScreensaverEntity 4 { - ScreensaverEntity: '0_userdata.0.wetter.Windrichtung', + ScreensaverEntity: 'accuweather.0.Current.WindDirection', ScreensaverEntityFactor: 0, ScreensaverEntityDecimalPlaces: 0, ScreensaverEntityIconOn: 'windsock', diff --git a/ioBroker/NsPanelTs_without_Examples.ts b/ioBroker/NsPanelTs_without_Examples.ts index 47a129af..ffa728b0 100644 --- a/ioBroker/NsPanelTs_without_Examples.ts +++ b/ioBroker/NsPanelTs_without_Examples.ts @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------- -TypeScript v4.0.4.2 zur Steuerung des SONOFF NSPanel mit dem ioBroker by @Armilar / @Sternmiere / @Britzelpuf / @ravenS0ne / @TT-Tom +TypeScript v4.0.4.3 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 @@ -118,7 +118,7 @@ ReleaseNotes: - 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 - - xx.03.2023 - v4.0.4.3 Fix Funktion GeneratePowerPage inkl. DemoModus + - 13.03.2023 - v4.0.4.3 Fix Funktion GeneratePowerPage inkl. DemoModus *********************************************************************************************************** * Für die Erstellung der Aliase durch das Skript, muss in der JavaScript Instanz "setObect" gesetzt sein! * @@ -695,7 +695,7 @@ export const config = { }, // bottomScreensaverEntity 4 { - ScreensaverEntity: '0_userdata.0.wetter.Windrichtung', + ScreensaverEntity: 'accuweather.0.Current.WindDirection', ScreensaverEntityFactor: 0, ScreensaverEntityDecimalPlaces: 0, ScreensaverEntityIconOn: 'windsock',