From dc755603e36b232cae984b3b0513f433a997c447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Sat, 25 Feb 2023 11:50:35 +0100 Subject: [PATCH] yogurt: turn off fan at end --- recipes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes.json b/recipes.json index 68b0865..22f9abc 100644 --- a/recipes.json +++ b/recipes.json @@ -131,7 +131,7 @@ "description": "Lower temperature to 4gradi", "exit_condition": "(manual-intervention \"Rimuovi lo yogurt\" '((\"Fatto\" #t)))", "on_load": "(begin (set-target \"T_food\" 4.0) (set-target \"T_ext\" 4.0))", - "on_exit": "(notify \"You can remove the yogurt from the heater\")" + "on_exit": "(begin (notify \"You can remove the yogurt from the heater\") (set-actuator \"fan\" #f))" } ] },