Compare commits
2 Commits
fe2edcad67
...
a1a1248ebc
Author | SHA1 | Date | |
---|---|---|---|
|
a1a1248ebc | ||
|
721305a09a |
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
|
@ -6,9 +6,11 @@ node ioBroker as i
|
||||
database influxDB as db
|
||||
node Grafana as g
|
||||
node dashboard as d #gold
|
||||
node Calendar as c
|
||||
|
||||
r -0)- i
|
||||
i -(0- db
|
||||
g -(0- db
|
||||
i -0)- d
|
||||
c -0)- i
|
||||
@enduml
|
Loading…
x
Reference in New Issue
Block a user