Skip to content

Commit 7ae4741

Browse files
docs: clarify meaning of control_mode in ElectricalComponent
This is the applied control mode, not the requested control mode. Signed-off-by: Tar Viturawong <[email protected]>
1 parent d08fcfe commit 7ae4741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ message ElectricalComponent {
456456
// The model name of the component.
457457
string model_name = 7;
458458

459-
// The control mode of the component.
459+
// The currently applied control mode of the component.
460460
ElectricalComponentControlMode control_mode = 8;
461461

462462
// The operational lifetime of the component.

0 commit comments

Comments
 (0)