diff -r 30346e5b9e12 -r 872a3635e4ef www/includes/db_recipes.php --- a/www/includes/db_recipes.php Fri Apr 09 14:45:18 2021 +0200 +++ b/www/includes/db_recipes.php Sat Apr 10 14:46:06 2021 +0200 @@ -292,6 +292,10 @@ $yeast .= ',"y_pitch_temperature":' . $item['y_pitch_temperature']; $yeast .= ',"y_pofpos":' . $item['y_pofpos']; $yeast .= ',"y_zymocide":' . $item['y_zymocide']; + $yeast .= ',"y_gr_hl_lo":' . $item['y_gr_hl_lo']; + $yeast .= ',"y_sg_lo":' . $item['y_sg_lo']; + $yeast .= ',"y_gr_hl_hi":' . $item['y_gr_hl_hi']; + $yeast .= ',"y_sg_hi":' . $item['y_sg_hi']; $yeast .= ',"y_cost":' . $item['y_cost'] . '}'; //syslog(LOG_NOTICE, $yeast); $yeasts .= $yeast;