added RAW-Plantuml code
This commit is contained in:
parent
c4e420e35c
commit
c7b6925b14
10
Doku/Usecases.puml
Normal file
10
Doku/Usecases.puml
Normal file
@ -0,0 +1,10 @@
|
||||
@startuml
|
||||
left to right direction
|
||||
|
||||
:User: --> (Übersicht verschaffen)
|
||||
:User: --> (Müllkalender)
|
||||
:User: --> (Ändere Temperatur)
|
||||
:User: --> (Schalte Außenbeleuchtung)
|
||||
:User: --> (Ändere Wochenprogramm)
|
||||
|
||||
@enduml
|
14
Doku/Übersicht.puml
Normal file
14
Doku/Übersicht.puml
Normal file
@ -0,0 +1,14 @@
|
||||
@startuml
|
||||
left to right direction
|
||||
|
||||
node Raspberrymatic as r
|
||||
node ioBroker as i
|
||||
database influxDB as db
|
||||
node Grafana as g
|
||||
node dashboard as d #gold
|
||||
|
||||
r -0)- i
|
||||
i -(0- db
|
||||
g -(0- db
|
||||
i -0)- d
|
||||
@enduml
|
Loading…
x
Reference in New Issue
Block a user