www/js/global.js

changeset 726
872a3635e4ef
parent 724
66e0b4ef9268
child 728
6bb819bf919b
--- a/www/js/global.js	Fri Apr 09 14:45:18 2021 +0200
+++ b/www/js/global.js	Sat Apr 10 14:46:06 2021 +0200
@@ -678,7 +678,11 @@
   { name: 'harvest_time', type: 'int' },
   { name: 'pitch_temperature', type: 'float' },
   { name: 'pofpos', type: 'int' },
-  { name: 'zymocide', type: 'int' }
+  { name: 'zymocide', type: 'int' },
+  { name: 'gr_hl_lo', type: 'int' },
+  { name: 'sg_lo', type: 'float' },
+  { name: 'gr_hl_hi', type: 'int' },
+  { name: 'sg_hi', type: 'float' }
  ],
  url: 'getyeastsources.php'
 },

mercurial