[WiP] Carling Cloud connectivity

This commit is contained in:
Quentin WEPHRE
2025-10-07 13:36:29 +02:00
parent 013d9c820f
commit 46a3c444dd
4 changed files with 360 additions and 1 deletions

View File

@@ -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):