[Update] OSC: Refactor OSC query handling and add enable/disable methods
This commit is contained in:
@@ -323,6 +323,9 @@ class Model:
|
||||
def stopReceiveOSC(self):
|
||||
self.osc_handler.oscServerStop()
|
||||
|
||||
def getIsOscQueryEnabled(self):
|
||||
return self.osc_handler.getIsOscQueryEnabled()
|
||||
|
||||
@staticmethod
|
||||
def checkSoftwareUpdated():
|
||||
# check update
|
||||
|
||||
Reference in New Issue
Block a user