Create DBus objects
Create DBus objects for configured sensors.
Change-Id: I26e0b9bc81ce8bf1798e7f67396ace1b954a2028
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/interface.hpp b/interface.hpp
index 9147acc..b3bf73e 100644
--- a/interface.hpp
+++ b/interface.hpp
@@ -9,4 +9,9 @@
using ValueInterface = sdbusplus::xyz::openbmc_project::Sensor::server::Value;
using ValueObject = ServerObject<ValueInterface>;
+enum class InterfaceType
+{
+ VALUE,
+};
+
// vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4