yogurt: turn off fan at end
This commit is contained in:
parent
572a15c1cd
commit
dc755603e3
|
@ -131,7 +131,7 @@
|
||||||
"description": "Lower temperature to 4gradi",
|
"description": "Lower temperature to 4gradi",
|
||||||
"exit_condition": "(manual-intervention \"Rimuovi lo yogurt\" '((\"Fatto\" #t)))",
|
"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_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))"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue