From a29f5ca76074f014d2a82390610797907528efc1 Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 21 Apr 2021 06:37:03 +0000 Subject: [PATCH] Unterscheidung und Verarbeitung Geraete-Liste mit allen Angaben (auch Status) oder nur Name --- www/ui/data/menu/hauptmenue.json | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/www/ui/data/menu/hauptmenue.json b/www/ui/data/menu/hauptmenue.json index b177874..c32ac21 100644 --- a/www/ui/data/menu/hauptmenue.json +++ b/www/ui/data/menu/hauptmenue.json @@ -23,6 +23,11 @@ "funktion": "app.titel_liste" }, { + "titel": "Geräte", + "umenue": false, + "funktion": "app.geraet_schalt_liste" + }, + { "titel": "Einstellungen", "umenue": true, "verweis": "einstellungen.json" -- Gitblit v1.9.3