Skip to content

Instantly share code, notes, and snippets.

@edgerunner
Created September 10, 2019 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edgerunner/672786a5722a909e748f6cca741cd050 to your computer and use it in GitHub Desktop.
Save edgerunner/672786a5722a909e748f6cca741cd050 to your computer and use it in GitHub Desktop.
QuickThaw v3
QuickThaw v3
Idle
start process -> Process
Process
Heating
heating setpoint -> Loading
Loading
Ready L
button pressed -> Opening L
Opening L
opening complete -> Open L
Open L
button pressed -> Closing L
Closing L
closing complete -> Thawing
Thawing
Delaying
delay timer -> Cooling
Cooling
cooling setpoint -> Unloading
Unloading
Ready U
button pressed -> Opening U
Opening U
opening complete -> Open U
Open U
button pressed -> Closing U
Closing U
closing complete -> Idle
function render(model){
return (
<p>
</p>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment