rename all occurences to SDDC
This commit is contained in:
6
owrx/source/sddc.py
Normal file
6
owrx/source/sddc.py
Normal file
@ -0,0 +1,6 @@
|
||||
from owrx.source.connector import ConnectorSource
|
||||
|
||||
|
||||
class SddcSource(ConnectorSource):
|
||||
def getCommandMapper(self):
|
||||
return super().getCommandMapper().setBase("sddc_connector")
|
Reference in New Issue
Block a user