diff -r 30346e5b9e12 -r 872a3635e4ef www/getyeastsources.php --- a/www/getyeastsources.php Fri Apr 09 14:45:18 2021 +0200 +++ b/www/getyeastsources.php Sat Apr 10 14:46:06 2021 +0200 @@ -31,7 +31,11 @@ 'harvest_time' => $row['harvest_time'], 'pitch_temperature' => $row['pitch_temperature'], 'pofpos' => $row['pofpos'], - 'zymocide' => $row['zymocide'] + 'zymocide' => $row['zymocide'], + 'gr_hl_lo' => $row['gr_hl_lo'], + 'sg_lo' => $row['sg_lo'], + 'gr_hl_hi' => $row['gr_hl_hi'], + 'sg_hi' => $row['sg_hi'] ); } header("Content-type: application/json");