V 1.7.3 Laufschrift wieder dazu

This commit is contained in:
rxf
2025-09-06 22:09:58 +02:00
parent 53f9929c30
commit 2d5595a245
2 changed files with 6 additions and 2 deletions

View File

@@ -259,6 +259,7 @@ Beobachtergruppe Sternwarte Welzheim`,
absagegrund = absagegrundListe[grundIndex];
await storeAbsage(liste.ids);
await fetch('https://laufschrift.rexfue.de/switch/switch_on')
const bodyText = TEXTE.bodytext.replace("{absagegrund}", absagegrund);
await fetchFromDbase({

View File

@@ -1,12 +1,15 @@
// VersiosNummern und -Geschichte
const VERSION="1.7.2";
const VDATE="2025-07-27";
const VERSION="1.7.3";
const VDATE="2025-09-06";
/* History
Rev. Datum Entwickler
1.7.3 2025-09-06 rxf
- 'Laufschrift einschalten' wieder reingebaut
1.7.2 2025-07-27 rxf
- Selectzeile einfacher bei kleinem Display
- statt moment nun luxor verwendet