From 060dfa61d82c6976954a3a0f498cb947f0766397 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Fri, 28 Jan 2022 23:34:50 +0100 Subject: [PATCH] add link to kodi webinterface --- config/uwap-home/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index f929890..a1858b4 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -1279,6 +1279,12 @@ const config: Config = { icon: svg(icons.mdiPower), on: "2", off: "0", + }, + { + type: "link", + link: "http://192.168.0.10:8080/", + text: "Open Webinterface", + icon: svg(icons.mdiOpenInNew) } ] },