migration script for on event pcs alerts
This commit is contained in:
@@ -21,6 +21,15 @@ class iSightDevice:
|
||||
|
||||
def __str__(self):
|
||||
return f"{self.deviceId} {self.site} {self.number} {self.cloudVersion}"
|
||||
|
||||
def getDeviceId(self):
|
||||
return f"{self.deviceId}"
|
||||
|
||||
def getSite(self):
|
||||
return f"{self.site}"
|
||||
|
||||
def getNumber(self):
|
||||
return f"{self.number}"
|
||||
|
||||
class CubeDevice:
|
||||
def __init__(self, deviceId: str):
|
||||
|
||||
Reference in New Issue
Block a user