mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 22:19:04 +00:00
add long flag mapping for eb200
This commit is contained in:
parent
e90b10abfd
commit
46b7660e2d
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from owrx.source.connector import ConnectorSource
|
||||
from owrx.command import Argument
|
||||
from owrx.command import Argument, Flag
|
||||
|
||||
|
||||
class Eb200Source(ConnectorSource):
|
||||
|
|
@ -9,6 +9,7 @@ class Eb200Source(ConnectorSource):
|
|||
.getCommandMapper()
|
||||
.setBase("eb200_connector")
|
||||
.setMappings({
|
||||
"long": Flag("-l"),
|
||||
"remote": Argument(),
|
||||
})
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue