README.md Update

This commit is contained in:
ISA
2025-04-29 08:55:17 +02:00
parent d66f0f1bdc
commit 2b6acc2943
3 changed files with 5 additions and 2 deletions

View File

@@ -100,6 +100,9 @@ Die Benutzeroberfläche ist modular aufgebaut und ermöglicht Zugriff auf digita
- Konfiguration von bis zu 3 NTP-Servern
- Zeitzone einstellen
- Aktivierung/Deaktivierung der NTP-Synchronisation
- **Benutzerverwaltung:**
- Admin kann sich anmelden z.B. für KÜs Firmware Update (Login Admin-Bereich)
- Hier kommen später noch mehr Funktionen rein.
### 🔌 **/system**

View File

@@ -34,7 +34,7 @@ export default function AnalogeEingaengeTable() {
<thead>
<tr className="bg-gray-100 text-gray-700">
<th className="border p-1 text-left">Eingang</th>
<th className="border p-3 text-left">Wert</th>
<th className="border p-3 text-left">Messwert</th>
<th className="border p-3 text-left">Bezeichnung</th>
<th className="border p-3 text-center">Einstellung</th>
</tr>

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.301";
const webVersion = "1.6.302";
export default webVersion;