git-svn-id: http://moon:8086/svn/projects/HendiControl@113 fda53097-d464-4ada-af97-ba876c37ca34
14 lines
485 B
JSON
14 lines
485 B
JSON
{
|
|
"Name" : "Rezept-001",
|
|
"Schuettung_kg" : 6,
|
|
"Wasser_kg" : 18,
|
|
"Rasten" :
|
|
[
|
|
{"time" : 15, "temp" : 50.0, "heatRate" : 0.5, "stirDutyCycle" : 0.5, "waitForUser" : true},
|
|
{"time" : 20, "temp" : 60.0, "heatRate" : 0.5, "stirDutyCycle" : 0.5, "waitForUser" : false},
|
|
{"time" : 30, "temp" : 70.0, "heatRate" : 0.5, "stirDutyCycle" : 0.5, "waitForUser" : false},
|
|
{"time" : 5, "temp" : 80.0, "heatRate" : 0.5, "stirDutyCycle" : 0.5, "waitForUser" : true}
|
|
]
|
|
}
|
|
|