# low_device_info module # Authors: Nicholas Alexander && Otacilio Lacerda class PcsDeviceInfo: def __init__(self): self.ip = "" self.storage = 0 # list memory data (FIXME: document the array information self.battery = 0 self.model = "" self.name = "" self.hostname = "" self.system = "" self.charging = False self.ossoBackup = ""