summaryrefslogtreecommitdiffstats
path: root/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'types.hpp')
-rw-r--r--types.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/types.hpp b/types.hpp
index eb4cf8c..b6bab94 100644
--- a/types.hpp
+++ b/types.hpp
@@ -16,9 +16,9 @@ using DbusInterface = std::string;
using DbusObjectInfo = std::pair<DbusObjectPath, DbusService>;
using DbusProperty = std::string;
-using Value = sdbusplus::message::variant<bool, uint8_t, int16_t,
- uint16_t, int32_t, uint32_t,
- int64_t, uint64_t, std::string>;
+using Value = sdbusplus::message::variant<bool, uint8_t, int16_t, uint16_t,
+ int32_t, uint32_t, int64_t, uint64_t,
+ double, std::string>;
using PropertyMap = std::map<DbusProperty, Value>;
OpenPOWER on IntegriCloud