add stracchino recipe

master
Nicolò Balzarotti 2023-01-05 12:54:21 +01:00
parent e40290f08c
commit ad358bf014
1 changed files with 19 additions and 2 deletions

View File

@ -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": []
}
]
]