git-svn-id: http://moon:8086/svn/projects/HendiControl@129 fda53097-d464-4ada-af97-ba876c37ca34
38 lines
578 B
JSON
38 lines
578 B
JSON
{
|
|
"Name" : "Rezept-001",
|
|
"Schuettung_kg" : 6,
|
|
"Wasser_kg" : 18,
|
|
"stirrSpeedHeat" : 50,
|
|
"stirrSpeedRast" : 30,
|
|
"stirrDutyRast" : 0.2,
|
|
"stirrCycleTime" : 120,
|
|
"Rasten" :
|
|
[
|
|
{
|
|
"time" : 15,
|
|
"temp" : 50.0,
|
|
"heatRate" : 1.00,
|
|
"waitForUser" : true
|
|
},
|
|
{
|
|
"time" : 20,
|
|
"temp" : 60.0,
|
|
"heatRate" : 0.50,
|
|
"waitForUser" : false
|
|
},
|
|
{
|
|
"time" : 30,
|
|
"temp" : 70.0,
|
|
"heatRate" : 0.75,
|
|
"waitForUser" : false
|
|
},
|
|
{
|
|
"time" : 5,
|
|
"temp" : 80.0,
|
|
"heatRate" : 1.00,
|
|
"waitForUser" : true
|
|
}
|
|
]
|
|
}
|
|
|