add eb200 support
This commit is contained in:
14
owrx/source/eb200.py
Normal file
14
owrx/source/eb200.py
Normal file
@ -0,0 +1,14 @@
|
||||
from owrx.source.connector import ConnectorSource
|
||||
from owrx.command import Argument
|
||||
|
||||
|
||||
class Eb200Source(ConnectorSource):
|
||||
def getCommandMapper(self):
|
||||
return (
|
||||
super()
|
||||
.getCommandMapper()
|
||||
.setBase("eb200_connector")
|
||||
.setMappings({
|
||||
"remote": Argument(),
|
||||
})
|
||||
)
|
Reference in New Issue
Block a user