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

5 lines
109 B
JavaScript

function onRequest(context){
context.sketchPath = "../api/device/sketch/download";
return context;
}