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

@@ -9,7 +9,7 @@ class MacroButton(IRemote):
@property
def identifier(self):
return f"button[{self.index}]"
return f"command.button[{self.index}]"
@property
def state(self) -> bool: