reset() added to command.

minor delay added to login (give time for first incoming packet).
This commit is contained in:
onyx-and-iris
2022-07-16 21:52:41 +01:00
parent a86a25ca8f
commit 1f522b997e
3 changed files with 8 additions and 2 deletions

View File

@@ -43,3 +43,6 @@ class Command(IRemote):
self.setter("lock", 1 if val else 0)
lock = property(fset=set_lock)
def reset(self):
self._remote.apply_config("reset")