Files
HendiControlFirmware/Control/brewpi/Rezept-001.json
T
jens 7df4077af1 - udate receipe
git-svn-id: http://moon:8086/svn/projects/HendiControl@364 fda53097-d464-4ada-af97-ba876c37ca34
2020-04-19 16:06:20 +00:00

40 lines
637 B
JSON

{
"Name" : "Rezept-001",
"pot_weight_kg" : 5.960,
"pot_material" : "Edelstahl 18/10",
"Schuettung_kg" : 0,
"Wasser_kg" : 20,
"stirrSpeedHeat" : 50,
"stirrSpeedRast" : 50,
"stirrDutyRast" : 1.0,
"stirrCycleTime" : 120,
"Rasten" :
[
{
"time" : 1,
"temp" : 50.0,
"heatRate" : 1.00,
"waitForUser" : true
},
{
"time" : 1,
"temp" : 60.0,
"heatRate" : 1.00,
"waitForUser" : true
},
{
"time" : 1,
"temp" : 70.0,
"heatRate" : 1.00,
"waitForUser" : true
},
{
"time" : 1,
"temp" : 80.0,
"heatRate" : 1.00,
"waitForUser" : false
}
]
}