fix stracchino controller

master
Nicolò Balzarotti 2023-01-05 15:54:26 +01:00
parent 3c6f920221
commit b043ab9f25
1 changed files with 2 additions and 2 deletions

View File

@ -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"