iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
30 lines (29 loc) • 488 B
JSON
{
"name": "rotate",
"description": "control the servo's angle (0-180)",
"spec": {
"id": "__HOPE__/demo/startkit/servo/rotate",
"in": {
"ports": [{
"name": "angle",
"type": "number"
}]
},
"out": {
"ports": [{
"name": "status",
"type": "boolean"
}]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}
]
},
"ui": {
},
"doc":"startkit/servo.html#rotate"
}