iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
27 lines • 379 B
JSON
{
"id": "analogwrite_1_1_startkit",
"name": "analogwrite_1_1_startkit",
"in": {
"ports": [
{
"name": "value",
"type": "number"
}
]
},
"out": {
"ports": [
{
"name": "status",
"type": "boolean"
}
]
},
"config": [
{
"name": "pin",
"type": "int",
"required": true
}
]
}