Systemarchitektur hinzugefügt

This commit is contained in:
Carsten1987 2024-01-14 21:10:28 +01:00
parent 721305a09a
commit a1a1248ebc
Signed by untrusted user who does not match committer: 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