1
0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-12-03 21:44:55 +02:00

Show more command data

This commit is contained in:
Andre Basche
2023-03-06 19:45:46 +01:00
parent 79a121263f
commit 43d61ab853
6 changed files with 22 additions and 12 deletions

View File

@@ -113,6 +113,7 @@ class HonParameterProgram(HonParameterEnum):
self._command = command
self._value = command._category
self._values = command._multi
self._typology = "enum"
@property
def value(self):