iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
26 lines • 456 B
JSON
{
"description":"set the servo to the degree",
"spec": {
"id": "__HOPE__/demo/lattepanda/servo/set",
"in": {
"ports": [{
"name": "degree",
"type": "int"
}]
},
"out": {
"ports": [{
"name": "status",
"type": "boolean"
}]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}
]
},
"doc": "lattepanda/servo.html#set"
}