I'm used "POST /flows" remotely api is effect,but in mqtt-broker-json can't set password and username ,I do not know the key in json. please tell me .
nodered-version:v2.1.6
ex "type": "mqtt-broker",
....
{
"id": "cb7119a711fda880",
"type": "mqtt-broker",
"name": "test-dasboard-mqtt",
"broker": "x.x.x.x",
"port": "8001",
"clientid": "",
"autoConnect": true,
"usetls": false,
"protocolVersion": "4",
"keepalive": "60",
"cleansession": true,
"birthTopic": "",
"birthQos": "0",
"birthPayload": "",
"birthMsg": {},
"closeTopic": "",
"closeQos": "0",
"closePayload": "",
"closeMsg": {},
"willTopic": "",
"willQos": "0",
"willPayload": "",
"willMsg": {},
"sessionExpiry": "",
},
....