Update sample hold durations to realistic second values

Now that duration is correctly read as seconds, bump the sample
schedule's hold steps from the placeholder 30-40s to more realistic
200-400s.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 19:17:57 +02:00
co-authored by Claude Sonnet 4.6
parent 19dc7a95bb
commit ace5054983
+4 -4
View File
@@ -26,7 +26,7 @@
{ {
"type": "hold", "type": "hold",
"descr": "Einmaischen Rast", "descr": "Einmaischen Rast",
"duration" : 30, "duration" : 200,
"stirrer_speed": 30, "stirrer_speed": 30,
"stirrer_time_on": 30, "stirrer_time_on": 30,
"stirrer_time_off": 30 "stirrer_time_off": 30
@@ -43,7 +43,7 @@
{ {
"type": "hold", "type": "hold",
"descr": "Halten Glucose-Rast", "descr": "Halten Glucose-Rast",
"duration" : 40, "duration" : 400,
"stirrer_speed": 30, "stirrer_speed": 30,
"stirrer_time_on": 30, "stirrer_time_on": 30,
"stirrer_time_off": 30 "stirrer_time_off": 30
@@ -60,7 +60,7 @@
{ {
"type": "hold", "type": "hold",
"descr": "Halten Verzuckerungs-Rast", "descr": "Halten Verzuckerungs-Rast",
"duration" : 30, "duration" : 300,
"stirrer_speed": 30, "stirrer_speed": 30,
"stirrer_time_on": 30, "stirrer_time_on": 30,
"stirrer_time_off": 30 "stirrer_time_off": 30
@@ -77,7 +77,7 @@
{ {
"type": "hold", "type": "hold",
"descr": "Halten Abmaischen", "descr": "Halten Abmaischen",
"duration" : 30, "duration" : 300,
"stirrer_speed": 30, "stirrer_speed": 30,
"stirrer_time_on": 30, "stirrer_time_on": 30,
"stirrer_time_off": 30, "stirrer_time_off": 30,