Home
last modified time | relevance | path

Searched refs:voltageCollections (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dpower.hpp307 std::optional<std::vector<nlohmann::json::object_t>> voltageCollections; in handleChassisPowerPatch() local
313 "Voltages", voltageCollections // in handleChassisPowerPatch()
326 if (voltageCollections) in handleChassisPowerPatch()
330 allCollections.emplace("Voltages", std::move(*voltageCollections)); in handleChassisPowerPatch()