- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (noā¦n-breaking change which adds functionality)
## Proposed changes
Add proposed mqtt-control as specified [here](https://github.com/node-red/designs/blob/master/designs/dynamic-mqtt-node.md) and discussed [here](https://discourse.nodered.org/t/dynamic-subscribe-mqtt/45656)
## Implementation notes
I will keep this light as I know your time is limited...
There is one major difference from the spec - that is using `msg.action` (string) to simplify the `action` (as proposed in the forum thread). That means the associated properties are now in a separate object. This permits us to provide a visual cue on what the "actions" are. Additionally, there is a dynamic tip to which property is required when the user selects an action. Lastly, the built in help details what property is used.
## Checklist
- [x] I have read the [contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md)
- [x] For non-bugfix PRs, I have discussed this change on the forum/slack team.
- [x] I have run `grunt` to verify the unit tests pass
- [ ] I have added suitable unit tests to cover the new/changed functionality
## Demo flow to help test the functionality...
```
[{"id":"8c8b272.301f1d8","type":"inject","z":"4b3f21a3.ba434","name":"sub multiple [{test/test3},{test/test4},\"test/test5\"]","props":[{"p":"action","v":"subscribe","vt":"str"},{"p":"subscription","v":"[{\"topic\":\"test/test3\",\"datatype\":\"json\",\"qos\":0},{\"topic\":\"test/test4\",\"datatype\":\"utf8\",\"qos\":1},\"test/test5\"]","vt":"json"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1300,"y":1380,"wires":[["d835cbd0.207b28"]]},{"id":"18724d21.34e9a3","type":"debug","z":"4b3f21a3.ba434","name":"MQTT messages","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1570,"y":2020,"wires":[]},{"id":"15399895.933047","type":"inject","z":"4b3f21a3.ba434","name":"test/test1 (datatype auto)","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test1","payload":"{\"isJSON\":true}","payloadType":"json","x":730,"y":1800,"wires":[["2bb55579.21c2aa"]]},{"id":"e24875ef.314bd8","type":"inject","z":"4b3f21a3.ba434","name":"test/test2 (datatype json)","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test2","payload":"{\"key\": \"value\"}","payloadType":"json","x":730,"y":1840,"wires":[["2bb55579.21c2aa"]]},{"id":"2bb55579.21c2aa","type":"mqtt out","z":"4b3f21a3.ba434","name":"","topic":"","qos":"","retain":"","respTopic":"","contentType":"","userProps":"","correl":"","expiry":"","broker":"7bab12a9.b04bcc","x":990,"y":1880,"wires":[]},{"id":"ef265819.c24d98","type":"inject","z":"4b3f21a3.ba434","name":"sub single string \"test/test1\"","props":[{"p":"action","v":"subscribe","vt":"str"},{"p":"subscription","v":"test/test1","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1240,"y":1300,"wires":[["d835cbd0.207b28"]]},{"id":"105e4283.278b6d","type":"inject","z":"4b3f21a3.ba434","name":"sub single object {test/test2}","props":[{"p":"action","v":"subscribe","vt":"str"},{"p":"subscription","v":"{\"topic\":\"test/test2\",\"datatype\":\"json\",\"qos\":0}","vt":"json"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1240,"y":1340,"wires":[["d835cbd0.207b28"]]},{"id":"8900a759.0712a8","type":"inject","z":"4b3f21a3.ba434","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test3","payload":"{\"key\": \"value\"}","payloadType":"json","x":730,"y":1880,"wires":[["2bb55579.21c2aa"]]},{"id":"ca90115a.593aa","type":"inject","z":"4b3f21a3.ba434","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test4","payload":"{\"key\": \"value\"}","payloadType":"json","x":730,"y":1920,"wires":[["2bb55579.21c2aa"]]},{"id":"400e95b5.50d65c","type":"inject","z":"4b3f21a3.ba434","name":"test/test5 (with v5 props)","props":[{"p":"payload"},{"p":"topic","vt":"str"},{"p":"userProperties","v":"{\"fred\":\"123\"}","vt":"json"},{"p":"responseTopic","v":"test/reply","vt":"str"},{"p":"contentType","v":"JSON","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test5","payload":"{\"key\": \"value\"}","payloadType":"json","x":730,"y":1960,"wires":[["2bb55579.21c2aa"]]},{"id":"e7e02690.7991b8","type":"inject","z":"4b3f21a3.ba434","name":"unsub single test/test1","props":[{"p":"action","v":"unsubscribe","vt":"str"},{"p":"subscription","v":"{ \"topic\": \"test/test5\", \"datatype\": \"json\", \"qos\": 0 }","vt":"json"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1220,"y":1480,"wires":[["1e612121.aa6c4f"]]},{"id":"42888285.314b4c","type":"inject","z":"4b3f21a3.ba434","name":"list subscriptions","props":[{"p":"action","v":"list","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":700,"y":1460,"wires":[["47c8c347.17c61c"]]},{"id":"3e957fe6.3a1e8","type":"inject","z":"4b3f21a3.ba434","name":"unsub all [\"test/test1\", ... , \"test/test5\"]","props":[{"p":"action","v":"unsubscribe","vt":"str"},{"p":"subscription","v":"[\"test/test1\",\"test/test2\",\"test/test3\",\"test/test4\",\"test/test5\"]","vt":"json"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1270,"y":1520,"wires":[["1e612121.aa6c4f"]]},{"id":"b7bf8c92.303c3","type":"debug","z":"4b3f21a3.ba434","name":"control messages","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1570,"y":2060,"wires":[]},{"id":"139f8b7c.4fbf15","type":"comment","z":"4b3f21a3.ba434","name":"publish to regular mqtt out","info":"","x":730,"y":1760,"wires":[]},{"id":"357dd410.c98afc","type":"comment","z":"4b3f21a3.ba434","name":"Unsubscribe topics","info":"","x":1210,"y":1440,"wires":[]},{"id":"ff246de5.2a665","type":"comment","z":"4b3f21a3.ba434","name":"Subscribe topics","info":"","x":1200,"y":1260,"wires":[]},{"id":"e12462e5.a3056","type":"inject","z":"4b3f21a3.ba434","name":"connect","props":[{"p":"action","v":"connect","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":670,"y":1340,"wires":[["47c8c347.17c61c"]]},{"id":"558d476b.0ced78","type":"inject","z":"4b3f21a3.ba434","name":"disconnect","props":[{"p":"action","v":"disconnect","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":680,"y":1300,"wires":[["47c8c347.17c61c"]]},{"id":"7fe8eb8f.031624","type":"inject","z":"4b3f21a3.ba434","name":"connect with opts V1","props":[{"p":"options","v":"{\"url\":\"mqtt://192.168.1.50:1883\",\"birth\":{\"topic\":\"test/lwt/birth-V1\",\"qos\":0,\"retain\":false,\"payload\":\"birth-V1\",\"properties\":{\"correlationData\":\"hello birth-V1\",\"userProperties\":{\"prop1\":\"birth-V1\"},\"contentType\":\"application/text\"}},\"close\":{\"topic\":\"test/lwt/close-V1\",\"qos\":0,\"retain\":false,\"payload\":\"close-V1\",\"properties\":{\"correlationData\":\"hello close-V1\",\"userProperties\":{\"prop1\":\"close-V1\"},\"contentType\":\"application/text\"}},\"will\":{\"topic\":\"test/lwt/will-V1\",\"qos\":0,\"retain\":false,\"payload\":\"will-V1\",\"properties\":{\"correlationData\":\"hello will-V1\",\"userProperties\":{\"prop1\":\"will-V1\"},\"contentType\":\"application/text\"}}}","vt":"json"},{"p":"action","v":"connect","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":710,"y":1380,"wires":[["47c8c347.17c61c"]]},{"id":"c5bb1c01.fc48f","type":"inject","z":"4b3f21a3.ba434","name":"test/test1 (datatype auto)","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test1","payload":"a string payload","payloadType":"str","x":730,"y":1540,"wires":[["ff4abd8b.d5d8c"]]},{"id":"1fbb6fb0.2e21c","type":"inject","z":"4b3f21a3.ba434","name":"test/test2 (datatype json)","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test2","payload":"{\"bool\":true,\"string\":\"hello\"}","payloadType":"json","x":730,"y":1580,"wires":[["ff4abd8b.d5d8c"]]},{"id":"13e8f594.bded7a","type":"inject","z":"4b3f21a3.ba434","name":"test/test3 (v5 props)","props":[{"p":"payload"},{"p":"topic","vt":"str"},{"p":"responseTopic","v":"test/reply","vt":"str"},{"p":"userProperties","v":"{\"prop1\":\"val1\",\"prop2\":\"val2\"}","vt":"json"},{"p":"correlationData","v":"this_is_correl_data","vt":"str"},{"p":"contentType","v":"application/json","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test3","payload":"{\"bool\":true,\"string\":\"hello\"}","payloadType":"json","x":710,"y":1620,"wires":[["ff4abd8b.d5d8c"]]},{"id":"94ae6596.a55898","type":"link out","z":"4b3f21a3.ba434","name":"publish->mqtt control","links":["17bbde58.6bd362"],"x":1260,"y":1620,"wires":[],"l":true},{"id":"17bbde58.6bd362","type":"link in","z":"4b3f21a3.ba434","name":"mqtt control","links":["47c8c347.17c61c","94ae6596.a55898","d835cbd0.207b28","1e612121.aa6c4f","e38fb27c.31965","9d777fc1.0cfec"],"x":1170,"y":2040,"wires":[["1ed4d33.7151c2d"]],"l":true},{"id":"47c8c347.17c61c","type":"link out","z":"4b3f21a3.ba434","name":"actions->mqtt control","links":["17bbde58.6bd362"],"x":940,"y":1340,"wires":[],"l":true},{"id":"d835cbd0.207b28","type":"link out","z":"4b3f21a3.ba434","name":"subscribe->mqtt control","links":["17bbde58.6bd362"],"x":1590,"y":1320,"wires":[],"l":true},{"id":"1e612121.aa6c4f","type":"link out","z":"4b3f21a3.ba434","name":"unsubscribe->mqtt control","links":["17bbde58.6bd362"],"x":1590,"y":1500,"wires":[],"l":true},{"id":"9d1fa392.f2af3","type":"comment","z":"4b3f21a3.ba434","name":"publish via mqtt control","info":"","x":720,"y":1500,"wires":[]},{"id":"c36ac379.0b0c2","type":"comment","z":"4b3f21a3.ba434","name":"connect / disconnect / other","info":"","x":720,"y":1260,"wires":[]},{"id":"1ed4d33.7151c2d","type":"mqtt control","z":"4b3f21a3.ba434","name":"","broker":"7bab12a9.b04bcc","action":"setby","x":1350,"y":2040,"wires":[["18724d21.34e9a3"],["b7bf8c92.303c3"]]},{"id":"43229d30.74ea64","type":"mqtt in","z":"4b3f21a3.ba434","name":"","topic":"test/lwt/#","qos":"2","datatype":"auto","broker":"7bab12a9.b04bcc","nl":false,"rap":true,"rh":0,"x":1340,"y":2100,"wires":[["de1ac78e.3de038"]]},{"id":"de1ac78e.3de038","type":"debug","z":"4b3f21a3.ba434","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1530,"y":2100,"wires":[]},{"id":"e6b741ea.22857","type":"inject","z":"4b3f21a3.ba434","name":"publish no topic","props":[{"p":"payload"},{"p":"topic","vt":"str"},{"p":"action","v":"publish","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":1200,"y":1800,"wires":[["9d777fc1.0cfec"]]},{"id":"c53e04c6.f38828","type":"inject","z":"4b3f21a3.ba434","name":"subscribe no msg.subscription","props":[{"p":"action","v":"subscribe","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1240,"y":1880,"wires":[["9d777fc1.0cfec"]]},{"id":"5856b83d.3c2938","type":"comment","z":"4b3f21a3.ba434","name":"bad tests","info":"","x":1180,"y":1720,"wires":[]},{"id":"ff4abd8b.d5d8c","type":"change","z":"4b3f21a3.ba434","name":"","rules":[{"t":"set","p":"action","pt":"msg","to":"publish","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1060,"y":1620,"wires":[["94ae6596.a55898"]]},{"id":"1dc959da.08f5c6","type":"inject","z":"4b3f21a3.ba434","name":"subscribe bad msg.subscription","props":[{"p":"action","v":"subscribe","vt":"str"},{"p":"subscription","v":"{\"TOPIC\":\"test/test1\"}","vt":"json"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1250,"y":1920,"wires":[["9d777fc1.0cfec"]]},{"id":"95157fea.89116","type":"inject","z":"4b3f21a3.ba434","name":"publish bad topic","props":[{"p":"payload"},{"p":"topic","vt":"str"},{"p":"action","v":"publish","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"#/#/+/#","payload":"","payloadType":"date","x":1200,"y":1840,"wires":[["9d777fc1.0cfec"]]},{"id":"b9f15f39.e3d4","type":"inject","z":"4b3f21a3.ba434","name":"bad action","props":[{"p":"action","v":"deliberate_error","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1180,"y":1760,"wires":[["9d777fc1.0cfec"]]},{"id":"ce2c4a8f.bb5998","type":"inject","z":"4b3f21a3.ba434","name":"subscribe bad topic in msg.subscription","props":[{"p":"action","v":"subscribe","vt":"str"},{"p":"subscription","v":"#/#/+/#","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":1270,"y":1960,"wires":[["9d777fc1.0cfec"]]},{"id":"e16b3361.47361","type":"complete","z":"4b3f21a3.ba434","name":"","scope":["1ed4d33.7151c2d"],"uncaught":false,"x":1350,"y":2160,"wires":[["f1f605ad.680d88"]]},{"id":"f1f605ad.680d88","type":"debug","z":"4b3f21a3.ba434","name":"mqtt control complete monitor","active":false,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":1610,"y":2160,"wires":[]},{"id":"9d777fc1.0cfec","type":"link out","z":"4b3f21a3.ba434","name":"bad test->mqtt control","links":["17bbde58.6bd362"],"x":1540,"y":1840,"wires":[],"l":true},{"id":"2f9a4f56.30938","type":"inject","z":"4b3f21a3.ba434","name":"connect with opts V2","props":[{"p":"options","v":"{\"broker\":\"192.168.1.50\",\"port\":1883,\"cleansession\":false,\"birth\":{\"topic\":\"test/lwt/birth-V2\",\"qos\":0,\"retain\":false,\"payload\":\"birth-V2\",\"properties\":{\"correlationData\":\"hello birth-V2\",\"userProperties\":{\"prop1\":\"birth-V2\"},\"contentType\":\"application/text\"}},\"close\":{\"topic\":\"test/lwt/close-V2\",\"qos\":0,\"retain\":false,\"payload\":\"close-V2\",\"properties\":{\"correlationData\":\"hello close-V2\",\"userProperties\":{\"prop1\":\"close-V2\"},\"contentType\":\"application/text\"}},\"will\":{\"topic\":\"test/lwt/will-V2\",\"qos\":0,\"retain\":false,\"payload\":\"will-V2\",\"properties\":{\"correlationData\":\"hello will-V2\",\"userProperties\":{\"prop1\":\"will-V2\"},\"contentType\":\"application/text\"}}}","vt":"json"},{"p":"action","v":"connect","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":710,"y":1420,"wires":[["47c8c347.17c61c"]]},{"id":"7f40d44f.03b97c","type":"inject","z":"4b3f21a3.ba434","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test4","payload":"{\"key\": \"value\"}","payloadType":"json","x":730,"y":1660,"wires":[["ff4abd8b.d5d8c"]]},{"id":"269b950a.5744aa","type":"inject","z":"4b3f21a3.ba434","name":"test/test5 (with v5 props)","props":[{"p":"payload"},{"p":"topic","vt":"str"},{"p":"userProperties","v":"{\"fred\":\"123\"}","vt":"json"},{"p":"responseTopic","v":"test/reply","vt":"str"},{"p":"contentType","v":"JSON","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"test/test5","payload":"{\"key\": \"value\"}","payloadType":"json","x":730,"y":1700,"wires":[["ff4abd8b.d5d8c"]]},{"id":"7bab12a9.b04bcc","type":"mqtt-broker","name":"PI","broker":"xxxx","port":"1883","clientid":"","autoConnect":false,"usetls":false,"compatmode":false,"protocolVersion":"5","keepalive":"60","cleansession":true,"birthTopic":"test/lwt/birth","birthQos":"0","birthPayload":"payload of test/lwt/birth","birthMsg":{"contentType":"application/json","userProps":"{\"prop\":\"birth-prop\"}","respTopic":"test/lwt/birthResponse","correl":"test/lwt/birth:Correl","expiry":"60"},"closeTopic":"","closeQos":"0","closePayload":"","closeMsg":{},"willTopic":"","willQos":"0","willPayload":"","willMsg":{},"sessionExpiry":""}]
```