diff --git a/recipes.json b/recipes.json index c4b6cf4..87b5720 100644 --- a/recipes.json +++ b/recipes.json @@ -15,7 +15,24 @@ "onexit": "#t" } ] - }, +}, + { + "name": "Stracchino", + "description": "Tiene lo stracchino a ~35 gradi per 24 ore", + "controllers": [ + "(make-duty-controller \"heater\" 0.20 120)" + ], + "phases": [ + { + "name": "Hold", + "text": "Keep 35\u00b0C", + "nextcond": "(> (time-in-this-phase) (hours 24))", + "current": false, + "onload": "(begin (set-controller \"heater\" \"T_food\")\n(set-target \"T_food\" 35.0))", + "onexit": "#t" + } + ] +}, { "name": "Yogurt", "description": "Pastorizza lo yogurt a 82 gradi, lascia raffreddare per fare l'inoculo, mantiene a 42 gradi fino a che \u00e8 pronto.", @@ -89,4 +106,4 @@ ], "phases": [] } -] \ No newline at end of file +]