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) • 397 B
JSON
{
"description":"detect whether moves",
"spec": {
"id": "__HOPE__/demo/makeblock/motion/detect",
"in": {
"ports": [{
"name": "trigger"
}]
},
"out": {
"ports": [{
"name": "bool",
"type": "boolean"
}]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}
]
}
}