Skip to content

Protocols disappear in settings window #73

Open
@dpap

Description

@dpap

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"}]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions