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))" } ] },