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) • 449 B
JSON
{
"name": "timestamp",
"description": "get unix timestamp from date",
"spec":{
"id": "__HOPE__/builtin/timer/timestamp",
"name": "timestamp_spec",
"in": {
"ports": [
{
"name": "date",
"type": "any"
}
]
},
"out": {
"ports": [
{
"name": "out",
"type": "any"
}
]
}
},
"ui": {
},
"doc":"builtin/timer.html#timestamp"
}