www/js/global.js

changeset 554
c62ff53cfc3d
parent 548
c67cd0d9249b
child 561
dc618b8a9552
--- a/www/js/global.js	Sun Dec 01 17:37:22 2019 +0100
+++ b/www/js/global.js	Mon Dec 02 13:24:34 2019 +0100
@@ -653,7 +653,14 @@
   { name: 'cells', type: 'float' },
   { name: 'inventory', type: 'float' },
   { name: 'cost', type: 'float' },
-  { name: 'tolerance', type: 'float' }
+  { name: 'tolerance', type: 'float' },
+  { name: 'sta1', type: 'int' },
+  { name: 'bacteria', type: 'int' },
+  { name: 'harvest_top', type: 'int' },
+  { name: 'harvest_time', type: 'int' },
+  { name: 'pitch_temperature', type: 'float' },
+  { name: 'pofpos', type: 'int' },
+  { name: 'zymocide', type: 'int' }
  ],
  url: 'getyeastsources.php'
 },

mercurial