www/js/profile_fermentation.js

changeset 189
6470e5c6a001
parent 186
a7c2c61a01ad
child 217
318aab371497
equal deleted inserted replaced
188:0ef62ec2d5b0 189:6470e5c6a001
60 { name: 'record', type: 'number' }, 60 { name: 'record', type: 'number' },
61 { name: 'uuid', type: 'string' }, 61 { name: 'uuid', type: 'string' },
62 { name: 'name', type: 'string' }, 62 { name: 'name', type: 'string' },
63 { name: 'inittemp_lo', type: 'float' }, 63 { name: 'inittemp_lo', type: 'float' },
64 { name: 'inittemp_hi', type: 'float' }, 64 { name: 'inittemp_hi', type: 'float' },
65 { name: 'fridgemode', type: 'bool' }, 65 { name: 'fridgemode', type: 'int' },
66 { name: 'totalsteps', type: 'int' }, 66 { name: 'totalsteps', type: 'int' },
67 { name: 'duration', type: 'int' }, 67 { name: 'duration', type: 'int' },
68 { name: 'steps', type: 'array' } 68 { name: 'steps', type: 'array' }
69 ], 69 ],
70 id: 'record', 70 id: 'record',

mercurial