From f789e33fe570d62c7afd6625874cae17e5a2e063 Mon Sep 17 00:00:00 2001 From: Armilar <102996011+Armilar@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:14:47 +0200 Subject: [PATCH] v5.0.0.2 - DEV Update NSPanelTs.ts Remove Startup Schedule at 3:30am --- ioBroker/DEV/NSPanelTs.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ioBroker/DEV/NSPanelTs.ts b/ioBroker/DEV/NSPanelTs.ts index abf81821..5c5373e0 100644 --- a/ioBroker/DEV/NSPanelTs.ts +++ b/ioBroker/DEV/NSPanelTs.ts @@ -1,5 +1,5 @@ /*----------------------------------------------------------------------- -TypeScript v5.0.0.1 zur Steuerung des SONOFF NSPanel mit dem ioBroker by @Armilar / @TT-Tom / @ticaki / @Britzelpuf / @Sternmiere / @ravenS0ne +TypeScript v5.0.0.2 zur Steuerung des SONOFF NSPanel mit dem ioBroker by @Armilar / @TT-Tom / @ticaki / @Britzelpuf / @Sternmiere / @ravenS0ne - abgestimmt auf TFT 59 / v5.0.0 / BerryDriver 10 / Tasmota 15.0.1 Projekt: @@ -90,7 +90,8 @@ ReleaseNotes: - 21.08.2025 - v4.9.5.2 Add Bright Sky Weather Adapter - 05.09.2025 - v5.0.0 TFT 59 / 5.0.0 - EU Changes in cardMedia, popupInSel, card Grid 1, 2, 3 - 08.09.2025 - v5.0.0 TFT 59 / 5.0.0 - US-L/US-P Changes in cardMedia, popupInSel, card Grid 1, 2, 3 - + - 19.09.2025 - v5.0.0.2 Remove Startup Scheedule at 3:30am + *************************************************************************************************************** * DE: Für die Erstellung der Aliase durch das Skript, muss in der JavaScript Instanz "setObject" gesetzt sein! * @@ -987,7 +988,7 @@ export const config: Config = { // _________________________________ DE: Ab hier keine Konfiguration mehr _____________________________________ // _________________________________ EN: No more configuration from here _____________________________________ -const scriptVersion: string = 'v5.0.0.1'; +const scriptVersion: string = 'v5.0.0.2'; const tft_version: string = 'v5.0.0'; const desired_display_firmware_version = 59; const berry_driver_version = 10;