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
|
database influxDB as db
|
||||||
node Grafana as g
|
node Grafana as g
|
||||||
node dashboard as d #gold
|
node dashboard as d #gold
|
||||||
|
node Calendar as c
|
||||||
|
|
||||||
r -0)- i
|
r -0)- i
|
||||||
i -(0- db
|
i -(0- db
|
||||||
g -(0- db
|
g -(0- db
|
||||||
i -0)- d
|
i -0)- d
|
||||||
|
c -0)- i
|
||||||
@enduml
|
@enduml
|
Loading…
x
Reference in New Issue
Block a user