Interface gravity base property and configuration

This commit is contained in:
Mark Qvist
2026-07-22 20:01:50 +02:00
parent 9bc73819f6
commit c10c465c02
3 changed files with 12 additions and 2 deletions
+1
View File
@@ -98,6 +98,7 @@ class Interface:
def __init__(self):
self.rxb = 0
self.txb = 0
self.gravity = 0
self.created = time.time()
self.detached = False
self.online = False