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

5 lines
109 B
JavaScript

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