iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
36 lines (35 loc) • 643 B
JSON
{
"description":"move the motor",
"spec": {
"id": "__HOPE__/demo/makeblock/motor/run",
"in": {
"ports": [{
"name": "target",
"type": "int"
}]
},
"out": {
"ports": [{
"name": "status",
"type": "boolean"
}]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}, {
"name": "MaxSpeed",
"type": "int",
"required": true,
"default" : 4000
}, {
"name": "Acceleration",
"type": "int",
"required": true,
"default" : 1000
}
]
}
}