diff --git a/recipes.json b/recipes.json index 87b5720..fc93594 100644 --- a/recipes.json +++ b/recipes.json @@ -20,13 +20,13 @@ "name": "Stracchino", "description": "Tiene lo stracchino a ~35 gradi per 24 ore", "controllers": [ - "(make-duty-controller \"heater\" 0.20 120)" + "(make-duty-controller \"heater\" 0.80 120)" ], "phases": [ { "name": "Hold", "text": "Keep 35\u00b0C", - "nextcond": "(> (time-in-this-phase) (hours 24))", + "nextcond": "(> (time-in-this-phase) (hours 20))", "current": false, "onload": "(begin (set-controller \"heater\" \"T_food\")\n(set-target \"T_food\" 35.0))", "onexit": "#t"