Systemarchitektur hinzugefügt
This commit is contained in:
parent
721305a09a
commit
a1a1248ebc
19
Doku/Systemarchitektur.puml
Normal file
19
Doku/Systemarchitektur.puml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user