fix stracchino controller
This commit is contained in:
parent
3c6f920221
commit
b043ab9f25
|
@ -20,13 +20,13 @@
|
|||
"name": "Stracchino",
|
||||
"description": "Tiene lo stracchino a ~35 gradi per 24 ore",
|
||||
"controllers": [
|
||||
"(make-duty-controller \"heater\" 0.20 120)"
|
||||
"(make-duty-controller \"heater\" 0.80 120)"
|
||||
],
|
||||
"phases": [
|
||||
{
|
||||
"name": "Hold",
|
||||
"text": "Keep 35\u00b0C",
|
||||
"nextcond": "(> (time-in-this-phase) (hours 24))",
|
||||
"nextcond": "(> (time-in-this-phase) (hours 20))",
|
||||
"current": false,
|
||||
"onload": "(begin (set-controller \"heater\" \"T_food\")\n(set-target \"T_food\" 35.0))",
|
||||
"onexit": "#t"
|
||||
|
|
Loading…
Reference in New Issue