aboutsummaryrefslogtreecommitdiff
path: root/modules/GenericSensor.js
AgeCommit message (Collapse)Author
2017-03-03[sensor] Added default state "unconnected" (#789)Jimmy Huang
The default state is no longer "idle" and should be "unconnected", also it should be a readonly property, and readings should also be readonly as well Signed-off-by: Jimmy Huang <jimmy.huang@intel.com>
2017-01-20[tests] Add tests for Sensor API (#594)Cui Yan