Background
I need to move old Win10 machine that is running my LAN broker to a place with no wire connection so enabled WiFi on it, removed ethernet cable - changed reservation in my router to swap IP over to WiFI MAC address - computer works fine - no NR MQTT node can connect to it 
Ignoring that problem - Long term , I've really just wanted to setup mosquitto on new machine and get all my NR instances using that instead so I may as well do that now
I reckon I can manually edit my flows .json files on all my instances and just change
{
"id": "c6e3938e.73397",
"type": "mqtt-broker",
"name": "Win8",
"broker": "192.168.0.23",
"port": "1883",
to
{
"id": "c6e3938e.73397",
"type": "mqtt-broker",
"name": "NewHP",
"broker": "192.168.0.9",
"port": "1883",
and it'll work
tried a little test and seemed to work
Is this a valid technique or will something bite me?
