num_strip_levels, num_bus_levels added to KindMaps

This commit is contained in:
2023-07-25 16:22:47 +01:00
parent 77ba347e99
commit 9bf52b5c11
5 changed files with 14 additions and 6 deletions

View File

@@ -110,6 +110,7 @@ class IRemote(metaclass=ABCMeta):
cmd += (f".{param}",)
return "".join(cmd)
@property
@abstractmethod
def identifier(self):
pass