iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
40 lines (39 loc) • 608 B
JSON
{
"name":"rss",
"description":"simple rss reader",
"spec":{
"id":"__HOPE__/builtin/file/rss",
"name":"rss_spec",
"in":{
"ports":[
{
"name":"switch",
"type":"boolean",
"default":true
}
]
},
"out":{
"ports":[
{
"name":"out",
"type":"string"
}
]
},
"config":[
{
"name":"url",
"type":"string",
"required":true
},
{
"name":"proxy",
"type":"string"
}
]
},
"ui":{
},
"doc":"builtin/life.html#rss"
}