iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
21 lines (20 loc) • 380 B
JSON
{
"description":"report the temprature at intervals",
"spec": {
"id":"__HOPE__/demo/mockup/hub_a/thermometer_report_001",
"name": "thermometer report",
"in": {
"ports": [{
"name": "interval",
"type": "int",
"default": 3000
}]
},
"out": {
"ports": [{
"name": "T",
"type": "int"
}]
}
}
}