Describe the bug
The configuration parameter 'port'has jsonCOnfig type 'port'. Type port is incorrect as this type is designed to work for listener ports and raises an error if the port number entered ist already used at the host system. As the mqtt-client 'port' config data specifies teh port at the remote system, no check against any ports at the local host should be performed.
To Reproduce
Open UI interface an enter any port which is used at local host (i.e. 8081). There is an error displayed which is incorrect.
Expected behavior
Entering any port should be valid
Describe the bug
The configuration parameter 'port'has jsonCOnfig type 'port'. Type port is incorrect as this type is designed to work for listener ports and raises an error if the port number entered ist already used at the host system. As the mqtt-client 'port' config data specifies teh port at the remote system, no check against any ports at the local host should be performed.
To Reproduce
Open UI interface an enter any port which is used at local host (i.e. 8081). There is an error displayed which is incorrect.
Expected behavior
Entering any port should be valid
Screenshots & Logfiles
Versions:
Additional context