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) 403 B
{ "description":"read the light sensor value", "spec": { "id": "__HOPE__/demo/makeblock/light/detect", "in": { "ports": [{ "name": "trigger" }] }, "out": { "ports": [{ "name": "value", "type": "number" }] }, "config": [ { "name": "pin", "type": "int", "required": true } ] } }