From 9e2a59b65e4f1c463f6501bdbff38915a4c7cd69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Balzarotti?= Date: Thu, 30 Mar 2023 15:50:36 +0200 Subject: [PATCH] fix json --- recipes.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/recipes.json b/recipes.json index 73f988e..18075eb 100644 --- a/recipes.json +++ b/recipes.json @@ -1,11 +1,11 @@ [ - { + { "name": "Salame", - "description": "25 e 90% di umidità per 12h poi passa a 20 e 80-85% per 4gg e poi 16 gradi circa a 80% per una ventina di giorni un mesetto", + "description": "25 e 90 di umidità per 12h poi passa a 20 e 80-85 per 4gg e poi 16 gradi circa a 80 per una ventina di giorni un mesetto", "controllers": [ - "(make-duty-controller \"humidifier\" 0.6 100 '<)", - "(make-duty-controller \"freezer\" 0.4 100 '>)", - "(make-duty-controller \"heater\" 1.0 100 '>)" + "(make-duty-controller \"humidifier\" 0.6 100 '<)", + "(make-duty-controller \"freezer\" 0.4 100 '>)", + "(make-duty-controller \"heater\" 1.0 100 '>)" ], "phases": [ { @@ -21,9 +21,9 @@ "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_exit": "" - }, + } ] -}, + }, { "name": "Pollo CBT", "description": "Cuoce il pollo in vasetto a bassa temperatura", @@ -54,8 +54,8 @@ "on_load": "#t" } ] -}, - { + }, + { "name": "Koji Rice (MISO)", "description": "Tiene riso alla temperatura e umidità giuste per il koji", "controllers": [ @@ -150,8 +150,8 @@ "name": "Yogurt", "description": "Lascia raffreddare lo yogurt per fare l'inoculo, mantiene a 42 gradi fino a che è pronto, e poi porta a 4 gradi.", "controllers": [ - "(make-duty-controller \"heater2\" 0.40 60 '<)", - "(make-duty-controller \"freezer\" 0.75 (* 30 60) '>)" + "(make-duty-controller \"heater2\" 0.40 60 '<)", + "(make-duty-controller \"freezer\" 0.75 (* 30 60) '>)" ], "phases": [ { @@ -187,7 +187,7 @@ "description": "Lower temperature to 4gradi", "exit_condition": "#f", "on_load": "(begin (set-target \"T_food\" 4.0) (set-target \"T_ext\" 4.0))", - "on_exit": "(begin (notify \"You can remove the yogurt from the heater\") (set-actuator \"fan\" #f))" + "on_exit": "(begin (notify \"You can remove the yogurt from the heater\") (set-actuator \"fan\" #f))" } ] },