iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
20 lines (19 loc) • 354 B
JSON
{
"name": "merge",
"description": "Combine multiple message into one",
"spec":{
"id": "__HOPE__/builtin/flow/merge",
"icon": "code-fork",
"in": {
"ports": [],
"allow_to_add": true
},
"out": {
"ports": [{
"name": "out",
"type": "object"
}]
}
},
"doc" : "builtin/flow.html#merge"
}