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