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 8b67439 commit cf9c939Copy full SHA for cf9c939
proto/frequenz/api/common/v1/microgrid/sensors/sensors.proto
@@ -206,6 +206,10 @@ message SensorData {
206
uint64 sensor_id = 1;
207
208
// List of measurements for a metric of the specific microgrid sensor.
209
+ //
210
+ // Note that these metric samples will not necessarily contain bounds, since
211
+ // bounds are required for control operations, which are not applicable to
212
+ // sensors.
213
repeated frequenz.api.common.v1.metrics.MetricSample metric_samples = 2;
214
215
// List of states of a specific microgrid sensor.
0 commit comments