Files
HendiControlFirmware/Control/brewpi/Rezept-001.json
T
jens fb4d9ac9a3 update rezept
git-svn-id: http://moon:8086/svn/projects/HendiControl@265 fda53097-d464-4ada-af97-ba876c37ca34
2019-04-24 18:45:59 +00:00

40 lines
643 B
JSON

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