product-iots/modules/samples/sensebot/units/sensebot.js

5 lines
109 B
JavaScript
Raw Normal View History

2015-07-06 06:09:19 +00:00
function onRequest(context){
context.sketchPath = "../api/device/sketch/download";
return context;
}