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 (27 loc) • 433 B
JSON
{
"name": "date",
"description": "get current date object",
"spec":{
"id": "__HOPE__/builtin/timer/date",
"name": "date_spec",
"in": {
"ports": [
{
"name": "switch",
"type": "boolean"
}
]
},
"out": {
"ports": [
{
"name": "out",
"type": "string"
}
]
}
},
"ui": {
},
"doc":"builtin/timer.html#date"
}