[WiP] Carling Cloud connectivity
This commit is contained in:
@@ -31,6 +31,9 @@ class iSightDevice:
|
||||
def getNumber(self):
|
||||
return f"{self.number}"
|
||||
|
||||
def getVersion(self):
|
||||
return f"{self.cloudVersion}"
|
||||
|
||||
class CubeDevice:
|
||||
def __init__(self, deviceId: str):
|
||||
if not isinstance(deviceId, str):
|
||||
|
||||
Reference in New Issue
Block a user