Compare commits

...

2 Commits

Author SHA1 Message Date
Carsten1987
a1a1248ebc
Systemarchitektur hinzugefügt 2024-01-14 21:10:28 +01:00
Carsten1987
721305a09a
Update Übersicht.puml 2024-01-14 18:59:08 +01:00
2 changed files with 21 additions and 0 deletions

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

View File

@ -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