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] =?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