NO.
I don't understand why this is so difficult to understand
[{"id":"460af321d51228ba","type":"ui_switch","z":"49a507155de1841b","name":"enable","label":"enable node","tooltip":"","group":"4cf693d802e2de2b","order":7,"width":3,"height":1,"passthru":true,"decouple":"false","topic":"enable_node","topicType":"str","style":"","onvalue":"true","onvalueType":"bool","onicon":"","oncolor":"","offvalue":"false","offvalueType":"bool","officon":"","offcolor":"","animate":false,"x":430,"y":200,"wires":[["90b195b334cac894"]],"inputLabels":["From_func"],"outputLabels":["From_UI"]},{"id":"90b195b334cac894","type":"function","z":"49a507155de1841b","name":"order data for logging","func":"let EnablePassthrough = context.get('EnablePassthrough');\nif (msg.topic == 'enable_node') {\n node.warn (`setting switch state ${msg.payload}`);\n context.set('EnablePassthrough', msg.payload);\n return [null,null];\n}\n\nif (!EnablePassthrough) {\n //logging is disabled, drop the message\n node.warn (`dropping message`);\n return [null,null];\n}\n\nreturn [null,msg];","outputs":2,"noerr":0,"initialize":"setTimeout(function(){\n var msg = {topic:'QueryState'};\n node.send([msg,null]);\n}, 150);\n\nreturn null;","finalize":"","libs":[],"x":460,"y":260,"wires":[["460af321d51228ba"],["fae036f555d8224d"]]},{"id":"943b658d17b366b0","type":"inject","z":"49a507155de1841b","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":220,"y":260,"wires":[["90b195b334cac894"]]},{"id":"fae036f555d8224d","type":"debug","z":"49a507155de1841b","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":690,"y":260,"wires":[]},{"id":"4cf693d802e2de2b","type":"ui_group","name":"test","tab":"472d8fc.6c1387","order":2,"disp":true,"width":"6","collapse":false},{"id":"472d8fc.6c1387","type":"ui_tab","name":"sample","icon":"dashboard","disabled":false,"hidden":false}]