iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
34 lines (32 loc) • 566 B
JSON
{
"name": "gate",
"description": "If the gate is true, out = in, otherwise, nothing will output",
"spec":{
"id": "__HOPE__/builtin/flow/gate",
"name": "gate_spec",
"in": {
"ports": [
{
"name": "gate",
"type": "boolean",
"no_trigger": true
},
{
"name": "in",
"type": "any"
}
]
},
"out": {
"ports": [
{
"name": "out",
"type": "any"
}
]
}
},
"ui": {
},
"doc" : "builtin/flow.html#gate"
}