Add Zeroconf Support
* still not working
This commit is contained in:
@@ -81,6 +81,11 @@ class RequestListener:
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class Runnable:
|
||||
def run(self):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
class SubListener:
|
||||
def event(self, resp: MercuryClient.Response) -> None:
|
||||
raise NotImplementedError
|
||||
|
||||
Reference in New Issue
Block a user