diff --git a/recipes.json b/recipes.json index 3e1aefb..58f372a 100644 --- a/recipes.json +++ b/recipes.json @@ -22,7 +22,7 @@ "on_exit": "#t" }, { - "name": "Inoculata!", + "name": "Inocula!", "description": "Add kojio spores", "exit_condition": "(manual-intervention \"Inocula\" '((\"Fatto\" #t)))", "on_load": "(notify \"Inocula ora!\")", @@ -31,43 +31,30 @@ { "name": "Hold", "description": "Keep 30°C", - "exit_condition": "(> (time-in-this-phase) (hours 10))", + "exit_condition": "(> (time-in-this-phase) (hours 12))", "on_load": "(begin (set-controller \"heater\" \"T_food\")\n(set-controller \"humidifier\" \"H_ext\")\n(set-target \"T_food\" 30.0)\n(set-target \"H_ext\" 90.0))", "on_exit": "(notify \"Rimischia il koji!\")" }, { "name": "Hold", "description": "Keep 30°C", - "exit_condition": "(> (time-in-this-phase) (hours 10))", - "on_exit": "(notify \"Rimischia il koji!\")", - "on_load": "#t" - }, - { - "name": "Hold", - "description": "Keep 30°C", - "exit_condition": "(> (time-in-this-phase) (hours 4))", + "exit_condition": "(> (time-in-this-phase) (hours 12))", "on_exit": "(notify \"24 ore, controlla la temperatura\")", "on_load": "#t" }, { "name": "Hold", "description": "Keep 30°C, abbassa l'umidità per favorire l'ingresso del koji nel chicco", - "exit_condition": "(> (time-in-this-phase) (hours 10))", + "exit_condition": "(> (time-in-this-phase) (hours 12))", "on_load": "(begin (set-controller \"heater\" \"T_food\")\n(set-controller \"humidifier\" \"H_ext\")\n(set-target \"T_food\" 30.0)\n(set-target \"H_ext\" 80.0))", "on_exit": "(notify \"Rimischia il koji!\")" }, { "name": "Hold", "description": "Keep 30°C", - "exit_condition": "(> (time-in-this-phase) (hours 10))", + "exit_condition": "(> (time-in-this-phase) (hours 12))", "on_exit": "(notify \"Rimischia il koji!\")", "on_load": "#t" - }, - { - "name": "Hold", - "description": "Keep 30°C", - "exit_condition": "(> (time-in-this-phase) (hours 4))", - "on_load": "#t" } ] },