iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
28 lines • 506 B
JSON
{
"description":"pushlish a message to the mqtt broker",
"spec": {
"id": "__HOPE__/demo/mockup/hub_a/mqtt/pushlish",
"in": {
"ports": [{
"name": "message",
"type": "string"
}]
},
"out": {
"ports": [{
"name": "status",
"type": "boolean"
}]
},
"config": [
{
"name": "server",
"required": true
}, {
"name": "topic",
"type": "string",
"required": true
}
]
}
}