From 155a44f5e924df42156e97cb816d7a89c285f901 Mon Sep 17 00:00:00 2001 From: ulrich Date: Fri, 16 Apr 2021 06:48:30 +0000 Subject: [PATCH] Geraete-Liste zum Ein- und Ausschalten (in Arbeit) --- 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