use the command mapper to generate event keys

This commit is contained in:
Jakob Ketterl
2020-04-02 00:10:28 +02:00
parent d9e15357f3
commit 112eda2021
6 changed files with 4 additions and 29 deletions

View File

@ -29,13 +29,6 @@ class ConnectorSource(SdrSource):
}
)
def getEventNames(self):
return super().getEventNames() + [
"device",
"iqswap",
"rtltcp_compat",
]
def sendControlMessage(self, prop, value):
logger.debug("sending property change over control socket: {0} changed to {1}".format(prop, value))
self.controlSocket.sendall("{prop}:{value}\n".format(prop=prop, value=value).encode())