]> pilppa.org Git - lib1wire.git/blobdiff - src/DeviceTypes.hh
Api cleanups for device querying
[lib1wire.git] / src / DeviceTypes.hh
diff --git a/src/DeviceTypes.hh b/src/DeviceTypes.hh
new file mode 100644 (file)
index 0000000..e37a68b
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * DeviceTypes.hh
+ *
+ *  Created on: Mar 3, 2011
+ *      Author: lamikr
+ */
+
+#ifndef DEVICETYPES_HH_
+#define DEVICETYPES_HH_
+
+#define DEVICE_TYPE_UNKNOWN            "Unknown"
+#define DEVICE_TYPE_TEMPERATURESENSOR  "Temperature Sensor"
+#define DEVICE_TYPE_COUNTER_DEVICE     "Counter Device"
+
+#endif /* DEVICETYPES_HH_ */