Add filtering for end of timer flow as well
This commit is contained in:
21
flows.json
21
flows.json
@ -20753,7 +20753,7 @@
|
||||
"y": 1120,
|
||||
"wires": [
|
||||
[
|
||||
"efd47cbc26ed2810"
|
||||
"716d4f60c2af0f2e"
|
||||
]
|
||||
]
|
||||
},
|
||||
@ -20915,6 +20915,25 @@
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "716d4f60c2af0f2e",
|
||||
"type": "function",
|
||||
"z": "5c4ac37140a54ac9",
|
||||
"name": "Filtering",
|
||||
"func": "var responseType = msg.payload.event.event_response_type\n\nif (responseType === 'ResponseNone') {\n return null\n} else {\n return msg;\n}",
|
||||
"outputs": 1,
|
||||
"noerr": 0,
|
||||
"initialize": "",
|
||||
"finalize": "",
|
||||
"libs": [],
|
||||
"x": 520,
|
||||
"y": 1120,
|
||||
"wires": [
|
||||
[
|
||||
"efd47cbc26ed2810"
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "6a37c598ccfec0c7",
|
||||
"type": "google-home",
|
||||
|
Reference in New Issue
Block a user