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
curl localhost:8080/api/protocols/ [{"name":"BLE","id":"Bluetooth LE","dbusInterface":"org.eclipse.agail.protocol.BLE","status":"Avaliable"},{"name":"Dummy","id":"Dummy","dbusInterface":"org.eclipse.agail.protocol.Dummy","status":"Avaliable"}]
If I delete the Dummy protocol I lose visibility of available protocols in Settings window but discovery still works
curl -X DELETE localhost:8080/api/protocols/Dummy $ curl localhost:8080/api/protocols/ [{"name":"BLE","id":"Bluetooth LE","dbusInterface":"org.eclipse.agail.protocol.BLE","status":"Avaliable"}]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
curl localhost:8080/api/protocols/
[{"name":"BLE","id":"Bluetooth LE","dbusInterface":"org.eclipse.agail.protocol.BLE","status":"Avaliable"},{"name":"Dummy","id":"Dummy","dbusInterface":"org.eclipse.agail.protocol.Dummy","status":"Avaliable"}]
If I delete the Dummy protocol I lose visibility of available protocols in Settings window but discovery still works
curl -X DELETE localhost:8080/api/protocols/Dummy $ curl localhost:8080/api/protocols/ [{"name":"BLE","id":"Bluetooth LE","dbusInterface":"org.eclipse.agail.protocol.BLE","status":"Avaliable"}]
The text was updated successfully, but these errors were encountered: