v5.0.0.2 - DEV Update NSPanelTs.ts

Remove Startup Schedule at 3:30am
This commit is contained in:
Armilar
2025-09-19 10:14:47 +02:00
committed by GitHub
parent 22455546f6
commit f789e33fe5

View File

@@ -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,6 +90,7 @@ 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
***************************************************************************************************************
@@ -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;