iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
36 lines (35 loc) • 560 B
JSON
{
"name":"file_read",
"description":"read file",
"spec":{
"id":"__HOPE__/builtin/file/file_read",
"name":"file_read_spec",
"in":{
"ports":[
{
"name":"switch",
"type":"boolean",
"default":true
}
]
},
"out":{
"ports":[
{
"name":"out",
"type":"string"
}
]
},
"config":[
{
"name":"path",
"type":"string",
"required":true
}
]
},
"ui":{
},
"doc":"builtin/file.html#file_read"
}