iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
25 lines (24 loc) • 395 B
JSON
{
"description":"read the resistor value",
"spec": {
"id": "__HOPE__/demo/makeblock/res/read",
"in": {
"ports": [{
"name": "trigger"
}]
},
"out": {
"ports": [{
"name": "value",
"type": "number"
}]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}
]
}
}