Skip to content

Commit ec708f2

Browse files
Fix outdated documentation
Signed-off-by: Tiyash Basu <[email protected]>
1 parent 1a3e0d4 commit ec708f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ message CommunicationComponent {
145145
// ```json
146146
// {
147147
// "diagnosticCode": "COMMUNICATION_COMPONENT_DIAGNOSTIC_CODE_CONFIGURATION_ERR",
148-
// "vendorErrorCode": 1002,
148+
// "vendorDiagnosticCode": 1002,
149149
// "message": "VLAN mismatch detected on port 3"
150150
// }
151151
// ```

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
@@ -416,7 +416,7 @@ message ElectricalComponentConnection {
416416
// {
417417
// "diagnosticCode":
418418
// "ELECTRICAL_COMPONENT_DIAGNOSTIC_CODE_OVERTEMPERATURE",
419-
// "vendorErrorCode": 2003,
419+
// "vendorDiagnosticCode": 2003,
420420
// "message": "Temperature sensor 3 reported 61.5°C (limit: 60°C)"
421421
// }
422422
// ```

0 commit comments

Comments
 (0)