product-iots/modules/samples/raspberrypi/Raspberry/ui/units/raspberrypi.js
2015-11-10 12:35:45 +05:30

5 lines
109 B
JavaScript

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