iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
23 lines (21 loc) • 400 B
JSON
{
"id": "__HOPE__/builtin/string_n_1",
"name": "string_n_1_builtin",
"description":"two or more string inports and one string outport",
"out": {
"ports": [{
"name": "out",
"type": "string"
}]
},
"in": {
"allow_to_add": true,
"ports": [{
"name": "in1",
"type": "string"
},{
"name": "in2",
"type": "string"
}]
}
}