add stracchino recipe
This commit is contained in:
parent
e40290f08c
commit
ad358bf014
21
recipes.json
21
recipes.json
|
@ -15,7 +15,24 @@
|
||||||
"onexit": "#t"
|
"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",
|
"name": "Yogurt",
|
||||||
"description": "Pastorizza lo yogurt a 82 gradi, lascia raffreddare per fare l'inoculo, mantiene a 42 gradi fino a che \u00e8 pronto.",
|
"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": []
|
"phases": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue