UNPKG

iot-sol

Version:

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

31 lines (30 loc) 590 B
{ "name": "count", "description": "when triggered, count and output the current number. when reset is true, reset the counter", "spec":{ "id": "__HOPE__/builtin/counter/count", "name": "count_builtin_spec", "in": { "ports": [ { "name": "trigger" }, { "name": "reset", "type": "boolean", "buffered": true } ] }, "out": { "ports": [ { "name": "count", "type": "int" } ] } }, "ui": {}, "doc" : "builtin/counter.html#count" }