diff --git a/owrx/command.py b/owrx/command.py index 9cf0327..871e414 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