api: module sensors

index: all.json
This commit is contained in:
hyb1996
2018-02-06 12:41:23 +08:00
parent 464c2498db
commit 76fd77f1c7
9 changed files with 883 additions and 89 deletions

View File

@@ -0,0 +1,4 @@
module.exports = function(runtime, global){
var sensors = Object.create(runtime.sensors);
return sensors;
};