iot-sol
Version:
Intel(r) IoT Services Orchestration Layer - HTML5 IDE + Node.js middleware to create and host distributed IoT Apps in minutes
34 lines (33 loc) • 621 B
JSON
{
"name": "delay",
"description": "When the input arrives, delay sometime and send it out. When pause, all timer will delete",
"spec":{
"id": "__HOPE__/builtin/timer/delay",
"name": "delay_spec",
"in": {
"ports": [
{
"name": "delay",
"type": "int",
"no_trigger": true,
"default": 1000
},
{
"name": "in",
"type": "any"
}
]
},
"out": {
"ports": [
{
"name": "out",
"type": "any"
}
]
}
},
"ui": {
},
"doc":"builtin/timer.html#delay"
}