Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@
## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
- Documentation updated for the `control_mode` field of `ElectricalComponent`.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ message ElectricalComponent {
// The model name of the component.
string model_name = 7;

// The control mode of the component.
// The currently applied control mode of the component.
ElectricalComponentControlMode control_mode = 8;

// The operational lifetime of the component.
Expand Down
Loading