create device descriptions for all
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from .direct import DirectSource
|
||||
from owrx.command import Flag, Option
|
||||
from owrx.source.direct import DirectSource, DirectSourceDeviceDescription
|
||||
from owrx.command import Option
|
||||
|
||||
|
||||
#
|
||||
@@ -35,3 +35,7 @@ class PerseussdrSource(DirectSource):
|
||||
}
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
class PerseussdrDeviceDescription(DirectSourceDeviceDescription):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user