added RAW-Plantuml code

This commit is contained in:
Carsten Keller 2024-01-14 11:32:02 +01:00
parent c4e420e35c
commit c7b6925b14
Signed by: carsten
GPG Key ID: DF06343A3A9B8868
2 changed files with 24 additions and 0 deletions

10
Doku/Usecases.puml Normal file
View 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
View 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