From 1262b3b79c96b6433f3aa5aeb9521e3860f7153e Mon Sep 17 00:00:00 2001 From: Carsten Keller <mail@carstenkeller.dev> Date: Sun, 14 Jan 2024 21:16:36 +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