fix?
This commit is contained in:
parent
72e924228f
commit
3617f71664
|
@ -19,7 +19,7 @@
|
||||||
"name": "Keep",
|
"name": "Keep",
|
||||||
"description": "Keep",
|
"description": "Keep",
|
||||||
"exit_condition": "#f",
|
"exit_condition": "#f",
|
||||||
"on_load": "(begin (set-controller \"humidifier\" \"H_ext\")\n(set-controller \"heater\" \"T_ext2\")\n(set-target \"H_ext\" 90.0)\n(set-target \"T_ext2\" 25.0))",
|
"on_load": "(begin \n(set-controller \"freezer\" \"T_ext\")(set-controller \"humidifier\" \"H_ext\")\n(set-controller \"heater\" \"T_ext2\")\n(set-target \"H_ext\" 90.0)\n(set-target \"T_ext2\" 25.0)\n(set-target \"T_ext\" 25.0))",
|
||||||
"on_exit": ""
|
"on_exit": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue