iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
24 lines (23 loc) • 393 B
JSON
{
"name":"f",
"description":" out = f(x)",
"spec": {
"id": "__HOPE__/builtin/user_defined/f",
"in": {
"ports": [{
"name": "x"
}]
},
"out": {
"ports": [{
"name": "out"
}]
},
"config": [{
"name": "f(x)",
"type": "string",
"use_editor": true
}]
},
"doc":"builtin/user_defined.html#f"
}