mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 13:03:31 +00:00
reset() added to command.
minor delay added to login (give time for first incoming packet).
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user