mirror of
https://github.com/Andre0512/pyhOn.git
synced 2026-06-23 02:53:02 +02:00
Reset commands to defaults
This commit is contained in:
@@ -169,3 +169,7 @@ class HonCommand:
|
||||
else:
|
||||
result[name] = parameter
|
||||
return result
|
||||
|
||||
def reset(self):
|
||||
for parameter in self._parameters.values():
|
||||
parameter.reset()
|
||||
|
||||
Reference in New Issue
Block a user