hakkoso/recipes.json

92 lines
2.0 KiB
JSON

[
{
"name": "Tepache",
"description": "Tiene il tepache a ~23 gradi",
"controllers": [
"(make-duty-controller \"heater\" 0.20 120)"
],
"phases": [
{
"name": "Hold",
"text": "Keep 23\u00b0C",
"nextcond": "#t",
"current": false,
"onload": "#t",
"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.",
"controllers": [
"(make-duty-controller \"heater\" 0.20 120)"
],
"phases": [
{
"name": "Preheat",
"text": "Preheat yogurt to 82\u00b0",
"nextcond": "#t",
"current": false,
"onload": "#t",
"onexit": "#t"
},
{
"name": "Cool",
"text": "Cool to 46\u00b0",
"nextcond": "#t",
"current": false,
"onload": "#t",
"onexit": "#t"
},
{
"name": "Inoculate (Backslopping)",
"text": "Add 50ml of an old Yogurt batch",
"nextcond": "#t",
"current": false,
"onload": "#t",
"onexit": "#t"
},
{
"name": "Hold",
"text": "Keep at 42\u00b0 for 3h",
"nextcond": "#t",
"current": false,
"onload": "#t",
"onexit": "#t"
}
]
},
{
"name": "Natt\u014d",
"description": "FIXME",
"controllers": [
"(make-duty-controller \"heater\" 0.20 120)"
],
"phases": []
},
{
"name": "Tempeh",
"description": "FIXME",
"controllers": [
"(make-duty-controller \"heater\" 0.20 120)"
],
"phases": []
},
{
"name": "Koji Rice",
"description": "FIXME",
"controllers": [
"(make-duty-controller \"heater\" 0.20 120)"
],
"phases": []
},
{
"name": "Gorgonzola",
"description": "FIXME",
"controllers": [
"(make-duty-controller \"heater\" 0.20 120)"
],
"phases": []
}
]