fix runds "remote" input mapping

This commit is contained in:
Jakob Ketterl 2021-04-02 21:44:51 +02:00
parent 7a2f62a307
commit 6cca37a9df
1 changed files with 1 additions and 1 deletions

View File

@ -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"]