From 88324263c92b7f9cf772720c53b3c4fc24068e3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Sat, 19 Nov 2022 20:42:12 +0100 Subject: [PATCH] fixup --- recipes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes.json b/recipes.json index 724cee2..4dc86d8 100644 --- a/recipes.json +++ b/recipes.json @@ -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))" } ] },