f2f5d583ceAdded /reset endpoint to reset device state.mmcw-dev2017-10-23 13:33:05 -0400
7ac642ee30Accidentally commented out gpio from intval modulemmcw-dev2017-10-23 13:32:45 -0400
b307567a51Persist device state with node-persist. This allows multiple controllers to share state, and for device to maintain settings between shutdowns.mmcw-dev2017-10-23 12:58:37 -0400
0fcd6d0970use setExposureScale to properly calculate time after autoscaling.mmcw-dev2017-10-23 01:20:20 -0400
6801f30881Change order again to prevent bad scaling.mmcw-dev2017-10-23 01:17:05 -0400
4e819c84f9Was accidentally writing object to number input. Was failing. Now writing the STATE.exposure integer and then changing the scale.mmcw-dev2017-10-23 01:13:31 -0400
1689fb510fEvents were being triggered in wrong order.mmcw-dev2017-10-23 01:11:46 -0400
7ca9ade4eaAutoscale exposure on getStatemmcw-dev2017-10-23 01:08:18 -0400
65b1802390If exposure is less than _frame.expected, set to 0 (default)mmcw-dev2017-10-23 00:37:44 -0400
796d1604f0Set exposure and autoscale when restoring statemmcw-dev2017-10-23 00:17:02 -0400
6368ece015Set exposure, scale and parse time at different scales.mmcw-dev2017-10-23 00:03:12 -0400
4a32fe3d60Use 0 as default exposure in app.mmcw-dev2017-10-22 20:04:12 -0400
c92e4ec3d3Need to parseInt of counter value to increment properlymmcw-dev2017-10-22 20:01:43 -0400
a9e13ac2a6Restore device state in app, set counter in webapp,mmcw-dev2017-10-22 19:59:38 -0400
253c8c2a54Get state at startup (to maintain state on the device and report to the client on reload). Also, settings UI in place, need mscript UI as well.mmcw-dev2017-10-22 15:35:56 -0400
83fea51433Start UI, add jquery and a switch for web and mobile methodsmmcw-dev2017-10-21 21:07:45 -0400
d7ca2ebe46All features added to /frame endpoint, can set direction independent of the state and can set the exposure as well.mmcw-dev2017-10-21 20:12:39 -0400
da3908c2e5Add logic to prevent frames shorter than 250ms. Might work for now. Seemingly only happening with web requests?mmcw-dev2017-10-21 19:31:52 -0400
c2f372c7feActually pass the required information into the callback functionmmcw-dev2017-10-21 12:23:37 -0400
9302cf1b21Force example frame before evaluating query and body of post for parametersmmcw-dev2017-10-21 12:10:16 -0400
0848d5bfc0Add logging to webapp and callback to frame function in intvalmmcw-dev2017-10-21 12:08:12 -0400
41360405c3Lol. Was a little overzealous with a replace all. _state.release.time should never have been changed to exposure.mmcw-dev2017-10-21 11:54:45 -0400
e2ee307824Add logging back because release no longer worksmmcw-dev2017-10-21 11:52:41 -0400
19e6511559Update tests to use latest apimmcw-dev2017-10-21 11:49:29 -0400
06bdb8b763Need to initialize intval in server code.mmcw-dev2017-10-21 11:47:55 -0400
186b8324d1Manage state from the webapp. Build all features there before mobile.mmcw-dev2017-10-21 11:46:06 -0400