Move documentation out of source tree
This commit is contained in:
17
doc/ApplicationStart.plantuml
Normal file
17
doc/ApplicationStart.plantuml
Normal file
@@ -0,0 +1,17 @@
|
||||
@startuml
|
||||
|
||||
start
|
||||
:Initialization;
|
||||
|
||||
if (Config exists) then (yes)
|
||||
:Load config;
|
||||
else (no)
|
||||
:Do first-start initialization;
|
||||
endif
|
||||
|
||||
:Load Fan Curves;
|
||||
:Enter fan control loop;
|
||||
|
||||
stop
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user