As in this flow:
[{"id":"bbb40586.0165c8","type":"q-gate","z":"eb950a0f.0fc638","name":"","controlTopic":"control","defaultState":"open","openCmd":"open","closeCmd":"close","toggleCmd":"toggle","queueCmd":"queue","defaultCmd":"default","triggerCmd":"trigger","flushCmd":"flush","resetCmd":"reset","peekCmd":"peek","dropCmd":"drop","statusCmd":"status","maxQueueLength":"100","keepNewest":false,"qToggle":false,"persist":false,"x":290,"y":380,"wires":[["dfc30fba.91ba48"]]},{"id":"dfc30fba.91ba48","type":"switch","z":"eb950a0f.0fc638","name":"","property":"debug","propertyType":"flow","rules":[{"t":"eq","v":"false","vt":"jsonata"},{"t":"eq","v":"true","vt":"jsonata"}],"checkall":"true","repair":false,"outputs":2,"x":410,"y":380,"wires":[["95c755ac.e40e5"],["dceda48b.b6fb68"]]},{"id":"2db31376.109324","type":"inject","z":"eb950a0f.0fc638","name":"","topic":"","payload":"","payloadType":"date","repeat":"2","crontab":"","once":false,"onceDelay":0.1,"x":150,"y":380,"wires":[["bbb40586.0165c8"]]},{"id":"95c755ac.e40e5","type":"debug","z":"eb950a0f.0fc638","name":"normal output","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","x":600,"y":340,"wires":[]},{"id":"dceda48b.b6fb68","type":"debug","z":"eb950a0f.0fc638","name":"debug output","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","x":600,"y":420,"wires":[]},{"id":"60d5eadd.96c9bc","type":"debug","z":"eb950a0f.0fc638","name":"debug enabled","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"$flowContext('debug')","targetType":"jsonata","x":440,"y":480,"wires":[]},{"id":"7d1f8d98.1fbbe4","type":"inject","z":"eb950a0f.0fc638","name":"toggle","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":480,"wires":[["9e7c377c.503bf"]]},{"id":"9e7c377c.503bf","type":"change","z":"eb950a0f.0fc638","name":"debugging","rules":[{"t":"set","p":"debug","pt":"flow","to":"$not($flowContext('debug'))\t","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":270,"y":480,"wires":[["60d5eadd.96c9bc"]]}]
What you want to do makes sense, but I'm not sure it calls for brain surgery on the q-gate
node.