Skip to content

Commit 97f5789

Browse files
Fix example comments in proto files
Signed-off-by: Tiyash Basu <[email protected]>
1 parent 5a781af commit 97f5789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proto/frequenz/api/common/v1alpha8/microgrid/electrical_components/electrical_components.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ message ElectricalComponentStateSnapshot {
753753
// connection: "pv_0"
754754
// }
755755
// ],
756-
// states: [
756+
// state_snapshots: [
757757
// /* list of states for multiple timestamps */
758758
// {
759759
// sample_time: "2023-10-01T00:00:00Z",

proto/frequenz/api/common/v1alpha8/microgrid/sensors/sensors.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ message SensorStateSnapshot {
162162
// connection: "humidity_sensor_1"
163163
// }
164164
// ],
165-
// states: [
165+
// state_snapshots: [
166166
// {
167167
// sample_time: "2023-10-01T00:00:00Z",
168168
// states: [],

0 commit comments

Comments
 (0)