UNPKG

iot-sol

Version:

Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes

25 lines (24 loc) 399 B
{ "description":"read the gas sensor value", "spec": { "id": "__HOPE__/demo/makeblock/gas/detect", "in": { "ports": [{ "name": "trigger" }] }, "out": { "ports": [{ "name": "value", "type": "number" }] }, "config": [ { "name": "pin", "type": "int", "required": true } ] } }