Searched refs:PhaseWiringType (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | circuit.hpp | 29 enum class PhaseWiringType{ enum 139 NLOHMANN_JSON_SERIALIZE_ENUM(PhaseWiringType, { 140 {PhaseWiringType::Invalid, "Invalid"}, 141 {PhaseWiringType::OnePhase3Wire, "OnePhase3Wire"}, 142 {PhaseWiringType::TwoPhase3Wire, "TwoPhase3Wire"}, 143 {PhaseWiringType::OneOrTwoPhase3Wire, "OneOrTwoPhase3Wire"}, 144 {PhaseWiringType::TwoPhase4Wire, "TwoPhase4Wire"}, 145 {PhaseWiringType::ThreePhase4Wire, "ThreePhase4Wire"}, 146 {PhaseWiringType::ThreePhase5Wire, "ThreePhase5Wire"},
|