From 6cca37a9df087f18c431155920d97f327e892822 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Fri, 2 Apr 2021 21:44:51 +0200 Subject: [PATCH] fix runds "remote" input mapping --- owrx/source/runds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]