summaryrefslogtreecommitdiff
path: root/include/dbus_utility.hpp
diff options
context:
space:
mode:
authorJames Feist <james.feist@linux.intel.com>2018-12-12 01:55:37 +0300
committerEd Tanous <ed.tanous@intel.com>2019-01-15 02:47:19 +0300
commitb7a08d042222796f8803311c05e5029b10144d6a (patch)
tree526a84c5c2edb4873a2c6c7aeb85aedad39d3bdc /include/dbus_utility.hpp
parentbaa5c14a228e05120b73659bfc1111c1a4a54eab (diff)
downloadbmcweb-b7a08d042222796f8803311c05e5029b10144d6a.tar.xz
redfish: oem: add stepwise configuration GET
Add stepwise configuration information into the oem redfish configuration. Also move the basic configuration information into the above loop to not set it multiple times. Only implemented GET thus far, PATCH will be in follow-on commit. Tested-by: Navigated to redfish/v1/Managers/bmc/ and saw Stepwise configuration. Change-Id: Id4fdf7b6c6708edc56c1ede717b79c50de2b1c94 Signed-off-by: James Feist <james.feist@linux.intel.com>
Diffstat (limited to 'include/dbus_utility.hpp')
-rw-r--r--include/dbus_utility.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbus_utility.hpp b/include/dbus_utility.hpp
index e527e90723..8677cc87f7 100644
--- a/include/dbus_utility.hpp
+++ b/include/dbus_utility.hpp
@@ -26,8 +26,8 @@ namespace utility
using DbusVariantType = sdbusplus::message::variant<
std::vector<std::tuple<std::string, std::string, std::string>>,
- std::vector<std::string>, std::string, int64_t, uint64_t, double, int32_t,
- uint32_t, int16_t, uint16_t, uint8_t, bool>;
+ std::vector<std::string>, std::vector<double>, std::string, int64_t,
+ uint64_t, double, int32_t, uint32_t, int16_t, uint16_t, uint8_t, bool>;
using ManagedObjectType = std::vector<
std::pair<sdbusplus::message::object_path,