yogurt: turn off fan at end

master
Nicolò Balzarotti 2023-02-25 11:50:35 +01:00
parent 572a15c1cd
commit dc755603e3
1 changed files with 1 additions and 1 deletions

View File

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