mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 14:44:28 -04:00
Reset commands to defaults
This commit is contained in:
parent
bc7e8994c9
commit
2788a3ac91
5 changed files with 47 additions and 12 deletions
|
@ -169,3 +169,7 @@ class HonCommand:
|
|||
else:
|
||||
result[name] = parameter
|
||||
return result
|
||||
|
||||
def reset(self):
|
||||
for parameter in self._parameters.values():
|
||||
parameter.reset()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue