Initial commit (Vesion 0.1)
[tablet-suite] / src / pcsdeviceinfo.py
diff --git a/src/pcsdeviceinfo.py b/src/pcsdeviceinfo.py
new file mode 100644 (file)
index 0000000..5e913eb
--- /dev/null
@@ -0,0 +1,15 @@
+# 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 = ""