Systemarchitektur hinzugefügt

This commit is contained in:
Carsten Keller 2024-01-14 21:16:36 +01:00
parent 2fc9b851b3
commit 1262b3b79c
Signed by: carsten
GPG Key ID: FD160AAEA5CA0C9A

View File

@ -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