Commit 2abb8dd
committed
Fix typo in field name in
The field name `vendor_error_code` in the
`CommunicationComponentDiagnostic` message was incorrectly named, since
it is not an error code but a more general diagnostic code. This commit
renames the field to `vendor_diagnostic_code` to better reflect its
purpose.
Signed-off-by: Tiyash Basu <[email protected]>CommunicationComponentDiagnostic
1 parent a5188c0 commit 2abb8dd
File tree
1 file changed
+2
-2
lines changed- proto/frequenz/api/common/v1/microgrid/communication_components
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
| 162 | + | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments