master
Nicolò Balzarotti 2022-11-19 20:42:12 +01:00
parent 72a776fca0
commit 88324263c9
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"name": "Hold",
"description": "Keep 23°C",
"on_load": "(begin (set-controller \"heater\" \"T_food\")\n(set-target \"T_food\" 23.0))",
"exit_condition": "(and (> (time-in-this-phase) (hours 10)))"
"exit_condition": "(> (time-in-this-phase) (hours 10))"
}
]
},