Skip to content
New issue

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

Protocols disappear in settings window #73

Open
dpap opened this issue Mar 9, 2018 · 0 comments
Open

Protocols disappear in settings window #73

dpap opened this issue Mar 9, 2018 · 0 comments

Comments

@dpap
Copy link

dpap commented Mar 9, 2018

image
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
image

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"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant