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 • 423 B
JSON
{
"description":"stop the servo",
"spec": {
"id": "__HOPE__/demo/lattepanda/servo/stop",
"in": {
"ports": [{
"name": "trigger"
}]
},
"out": {
"ports": [{
"name": "status",
"type": "boolean"
}]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}
]
},
"doc": "lattepanda/servo.html#stop"
}