Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcircuit.hpp31 enum class PhaseWiringType{ enum
141 NLOHMANN_JSON_SERIALIZE_ENUM(PhaseWiringType, {
142 {PhaseWiringType::Invalid, "Invalid"},
143 {PhaseWiringType::OnePhase3Wire, "OnePhase3Wire"},
144 {PhaseWiringType::TwoPhase3Wire, "TwoPhase3Wire"},
145 {PhaseWiringType::OneOrTwoPhase3Wire, "OneOrTwoPhase3Wire"},
146 {PhaseWiringType::TwoPhase4Wire, "TwoPhase4Wire"},
147 {PhaseWiringType::ThreePhase4Wire, "ThreePhase4Wire"},
148 {PhaseWiringType::ThreePhase5Wire, "ThreePhase5Wire"},