Add unexport function to onoffsim GPIO object
This commit is contained in:
parent
495e59eae2
commit
ceb961ebd6
|
@ -25,6 +25,8 @@ const onoffsim = {
|
||||||
},
|
},
|
||||||
watch : function (cb) {
|
watch : function (cb) {
|
||||||
this.watchFunc = cb
|
this.watchFunc = cb
|
||||||
|
},
|
||||||
|
unexport : function () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue