fix runds "remote" input mapping
This commit is contained in:
parent
7a2f62a307
commit
6cca37a9df
@ -45,7 +45,7 @@ class RundsDeviceDescription(ConnectorDeviceDescription):
|
|||||||
]
|
]
|
||||||
|
|
||||||
def getDeviceMandatoryKeys(self):
|
def getDeviceMandatoryKeys(self):
|
||||||
return super().getDeviceMandatoryKeys() + ["device"]
|
return super().getDeviceMandatoryKeys() + ["remote"]
|
||||||
|
|
||||||
def getDeviceOptionalKeys(self):
|
def getDeviceOptionalKeys(self):
|
||||||
return super().getDeviceOptionalKeys() + ["protocol", "long"]
|
return super().getDeviceOptionalKeys() + ["protocol", "long"]
|
||||||
|
Loading…
Reference in New Issue
Block a user