diff --git a/owrx/command.py b/owrx/command.py index 9cf03272..871e414e 100644 --- a/owrx/command.py +++ b/owrx/command.py @@ -33,6 +33,9 @@ class CommandMapper(object): self.static = static return self + def keys(self): + return self.mappings.keys() + class CommandMapping(ABC): @abstractmethod