master
Nicolò Balzarotti 2023-03-30 16:05:29 +02:00
parent 72e924228f
commit 3617f71664
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"name": "Keep",
"description": "Keep",
"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": ""
}
]