I am using the excellent "node-red-contrib-hubitat" nodes for communicating with my home automation hubs. Each hub connection requires a config node which is to be expected. I would like to be able to dynamically change a certain node instance's config to different one before sending a message to it - is this possible?
Currently my workaround is having a bunch of subflows with big switch statements - while not ideal because things are hard-coded it works. My other thought would be forking the existing nodes to build in that capability but wanted to check with the community to see if there were an easier way. Do not really want to bear the burden of maintaining a whole separate bunch nodes when the existing ones work great.
Hope I am making sense here!