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.
1 parent b80fe1e commit 777b701Copy full SHA for 777b701
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