Add filtering for end of timer flow as well

This commit is contained in:
2023-03-29 16:46:36 -04:00
parent 6abf97871c
commit 41417e9d61

View File

@ -20753,7 +20753,7 @@
"y": 1120, "y": 1120,
"wires": [ "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", "id": "6a37c598ccfec0c7",
"type": "google-home", "type": "google-home",