From 721305a09a900b412483adff9b4a1b45f69a6761 Mon Sep 17 00:00:00 2001 From: Carsten1987 <75756062+Carsten1987@users.noreply.github.com> Date: Sun, 14 Jan 2024 18:59:08 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Update=20=C3=9Cbersicht.puml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doku/Übersicht.puml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doku/Übersicht.puml b/Doku/Übersicht.puml index 939b88c..17a6c76 100644 --- a/Doku/Übersicht.puml +++ b/Doku/Übersicht.puml @@ -6,9 +6,11 @@ node ioBroker as i database influxDB as db node Grafana as g node dashboard as d #gold +node Calendar as c r -0)- i i -(0- db g -(0- db i -0)- d +c -0)- i @enduml \ No newline at end of file From a1a1248ebc338becf1a942579e12ee47492d618f Mon Sep 17 00:00:00 2001 From: Carsten1987 <75756062+Carsten1987@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:10:28 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Systemarchitektur=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doku/Systemarchitektur.puml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Doku/Systemarchitektur.puml diff --git a/Doku/Systemarchitektur.puml b/Doku/Systemarchitektur.puml new file mode 100644 index 0000000..d567a43 --- /dev/null +++ b/Doku/Systemarchitektur.puml @@ -0,0 +1,19 @@ +@startuml + +node ioBroker as i +package SmartHomeDashboard as d #gold { + node Server as s { + collections nodejs + } + package Client as c { + collections html + collections css + collections js + } +} + +:User: --> c +c --> s +s --> i + +@enduml \ No newline at end of file