Systemarchitektur hinzugefügt
This commit is contained in:
parent
2fc9b851b3
commit
1262b3b79c
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