You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new variant Meter to ElectricalComponentCategorySpecificInfo
This commit introduces a new message `Meter` to the `v1alpha8` package,
which encapsulates static information about meters in a microgrid.
Additionally, the `ElectricalComponentCategorySpecificInfo` enum has
been extended to include the `Meter` variant. This enhancement
enables the representation of meter-specific information within a
microgrid.
Signed-off-by: Tiyash Basu <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@
10
10
11
11
## New Features
12
12
13
-
<!-- Here goes the main new features and examples or instructions on how to use them -->
13
+
- A new message has been added to the `v1alpha8` package: `microgrid.electrical_components.Meter`. This message holds static information about specific meters in a microgrid.
14
+
- The `microgrid.electrical_components.ElectricalComponentCategorySpecificInfo` enum in the `v1alpha8` package has been extended with a new variant: `Meter`. This addition allows expressing information specific to meters within a microgrid.
0 commit comments