We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ElectricalComponentCategory
1 parent afda675 commit d847c38Copy full SHA for d847c38
1 file changed
src/client.rs
@@ -14,6 +14,7 @@ mod microgrid_client_handle;
14
pub use microgrid_client_handle::MicrogridClientHandle;
15
16
pub(crate) mod proto;
17
+pub use proto::common::microgrid::electrical_components::ElectricalComponentCategory;
18
19
#[cfg(test)]
20
pub(crate) mod test_utils;
0 commit comments