We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b80fe1e + 7fe9759 commit b6db3caCopy full SHA for b6db3ca
RELEASE_NOTES.md
@@ -10,7 +10,7 @@
10
11
## New Features
12
13
-<!-- Here goes the main new features and examples or instructions on how to use them -->
+- Added message linking microgrid and sensor IDs.
14
15
## Bug Fixes
16
proto/frequenz/api/common/v1/microgrid/microgrid.proto
@@ -77,3 +77,12 @@ message MicrogridComponentIDs {
77
// List of component IDs belonging to this microgrid.
78
repeated uint64 component_ids = 2;
79
}
80
+
81
+/// A message to link sensor IDs with their respective microgrid ID.
82
+message MicrogridSensorIDs {
83
+ // The ID of the microgrid.
84
+ uint64 microgrid_id = 1;
85
86
+ // List of sensor IDs belonging to this microgrid.
87
+ repeated uint64 sensor_ids = 2;
88
+}
0 commit comments