Skip to content

Commit d847c38

Browse files
committed
Expose ElectricalComponentCategory from the client
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent afda675 commit d847c38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mod microgrid_client_handle;
1414
pub use microgrid_client_handle::MicrogridClientHandle;
1515

1616
pub(crate) mod proto;
17+
pub use proto::common::microgrid::electrical_components::ElectricalComponentCategory;
1718

1819
#[cfg(test)]
1920
pub(crate) mod test_utils;

0 commit comments

Comments
 (0)