Disable status polling
This commit is contained in:
parent
83df45f693
commit
e527fc7c4c
|
@ -70,7 +70,6 @@ class KlipperPlugin(
|
||||||
#-- Event Handler Plugin
|
#-- Event Handler Plugin
|
||||||
|
|
||||||
def on_event(self, event, payload):
|
def on_event(self, event, payload):
|
||||||
self.pollStatus()
|
|
||||||
if "Connecting" == event:
|
if "Connecting" == event:
|
||||||
self.updateStatus("info", "Connecting ...")
|
self.updateStatus("info", "Connecting ...")
|
||||||
elif "Connected" == event:
|
elif "Connected" == event:
|
||||||
|
|
Loading…
Reference in New Issue