diff --git a/owrx/source/runds.py b/owrx/source/runds.py index 028c49d..09927ff 100644 --- a/owrx/source/runds.py +++ b/owrx/source/runds.py @@ -45,7 +45,7 @@ class RundsDeviceDescription(ConnectorDeviceDescription): ] def getDeviceMandatoryKeys(self): - return super().getDeviceMandatoryKeys() + ["device"] + return super().getDeviceMandatoryKeys() + ["remote"] def getDeviceOptionalKeys(self): return super().getDeviceOptionalKeys() + ["protocol", "long"]