Here's a simple example - 2 inject nodes, one setting the timer to 5 seconds, the other to 1 minute.
[
{
"id": "ddfb266cb8da0676",
"type": "inject",
"z": "ab694f2.fb732b",
"name": "5 seconds",
"props": [
{
"p": "delay",
"v": "5",
"vt": "num"
},
{
"p": "units",
"v": "seconds",
"vt": "str"
},
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "This was 5 seconds",
"payloadType": "str",
"x": 160,
"y": 2780,
"wires": [
[
"13bff0f06687b904"
]
]
},
{
"id": "cc42fca725cf5d80",
"type": "inject",
"z": "ab694f2.fb732b",
"name": "1 minute",
"props": [
{
"p": "delay",
"v": "1",
"vt": "num"
},
{
"p": "units",
"v": "minutes",
"vt": "str"
},
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "This was 1 minute",
"payloadType": "str",
"x": 160,
"y": 2840,
"wires": [
[
"13bff0f06687b904"
]
]
},
{
"id": "13bff0f06687b904",
"type": "stoptimer-varidelay",
"z": "ab694f2.fb732b",
"duration": "5",
"durationType": "num",
"units": "Second",
"payloadtype": "num",
"payloadval": "0",
"name": "",
"reporting": "every_second",
"persist": false,
"ignoretimerpass": false,
"x": 400,
"y": 2800,
"wires": [
[
"f17ad2fbec50c09d"
],
[],
[]
]
},
{
"id": "f17ad2fbec50c09d",
"type": "debug",
"z": "ab694f2.fb732b",
"name": "TEST",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 630,
"y": 2800,
"wires": []
}
]