christgau / wsdd

A Web Service Discovery host daemon.
MIT License
808 stars 97 forks source link

feat(src): Allow listing devices of concrete types #189

Closed ondrejholy closed 5 months ago

ondrejholy commented 6 months ago

Currently, the "list" command returns all discovered devices. This includes also devices without host services like printers. That is a problem for some API clients (i.e. gvfs). Let's add an optional argument to specify concrete type.

Fixes: https://github.com/christgau/wsdd/issues/178