master
Nicolò Balzarotti 2023-01-05 19:18:22 +01:00
parent 1a64f3ed10
commit 400269986e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
{
"name": "Hold",
"description": "Keep 35\u00b0C",
"exit_condition": "(> (time-in-this-phase) (hours 20))",
"exit_condition": "(> (time-in-this-phase) (hours 17))",
"on_load": "(begin (set-controller \"heater\" \"T_food\")\n(set-target \"T_food\" 35.0))",
"on_exit": "#t"
}