We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When setting the SSID of an AP via netremote CLI, the success message switches the AP ID and the SSID.
Steps To Reproduce Run sudo netremote-cli wifi set-ssid wlo1 netremote2-ap-wlo1.
sudo netremote-cli wifi set-ssid wlo1 netremote2-ap-wlo1
Expected behavior Printed message should say: Successfully set SSID to 'netremote2-ap-wlo1' for wifi access point 'wlo1'.
Successfully set SSID to 'netremote2-ap-wlo1' for wifi access point 'wlo1'
Actual behavior Printed message says: Successfully set SSID to 'wlo1' for wifi access point 'netremote2-ap-wlo1'.
Successfully set SSID to 'wlo1' for wifi access point 'netremote2-ap-wlo1'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When setting the SSID of an AP via netremote CLI, the success message switches the AP ID and the SSID.
Steps To Reproduce
Run
sudo netremote-cli wifi set-ssid wlo1 netremote2-ap-wlo1
.Expected behavior
Printed message should say:
Successfully set SSID to 'netremote2-ap-wlo1' for wifi access point 'wlo1'
.Actual behavior
Printed message says:
Successfully set SSID to 'wlo1' for wifi access point 'netremote2-ap-wlo1'
.The text was updated successfully, but these errors were encountered: