iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
27 lines (25 loc) • 497 B
JSON
{
"name": "if",
"description": "if the in is true, send true in 'then' port, else send true in 'else' port",
"spec":{
"id": "__HOPE__/builtin/flow/if",
"out": {
"ports": [{
"name": "then",
"type": "boolean"
}, {
"name": "else",
"type": "boolean"
}]
},
"in": {
"ports": [{
"name": "in",
"type": "boolean"
}]
}
},
"ui": {
},
"doc" : "builtin/flow.html#if"
}