Files
fantasize/app/doc/ApplicationStart.plantuml
2022-09-17 15:45:48 +02:00

18 lines
179 B
Plaintext

@startuml
start
:Initialization;
if (Mapping exists) then (yes)
:Load mapping;
else (no)
:Generate mapping;
endif
:Enter fan control loop;
:Load Fan Curves;
stop
@enduml