A Z-Wave node, I am the author of, can act differently if added to a sub flow.
This however, needs variables added to the sub flow (which is easy enough).
But how on earth, do I access those variables inside a module? (as apposed to a function node)
I see there is a private api the function node uses node._flow.getSetting("Name"), But I dont want to start hacking away at private API's