More documentation

This commit is contained in:
Andre Basche 2023-03-04 22:19:48 +01:00
parent 993a4c1d79
commit 326b5edcff
4 changed files with 46 additions and 3 deletions

View file

@ -69,5 +69,6 @@ class HonCommand:
@property
def settings(self):
"""Parameters with typology enum and range"""
return {s: self._parameters[s] for s in self.setting_keys}