Commit d0833cb
committed
Update communication component diagnostics code enum
This commit updates the `CommunicationComponentDiagnosticCode` enum in
the `communication_components.proto` file to include additional
diagnostic codes for better error handling and reporting. The new codes
include `COMMUNICATION_COMPONENT_DIAGNOSTIC_CODE_UNKNOWN`,
`COMMUNICATION_COMPONENT_DIAGNOSTIC_CODE_AUTHENTICATION_ERR`,
`COMMUNICATION_COMPONENT_DIAGNOSTIC_CODE_OVER_TEMPERATURE`.
Signed-off-by: Tiyash Basu <[email protected]>1 parent 819304a commit d0833cb
File tree
1 file changed
+15
-4
lines changed- proto/frequenz/api/common/v1/microgrid/communication_components
1 file changed
+15
-4
lines changedLines changed: 15 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
26 | 34 | | |
27 | | - | |
| 35 | + | |
28 | 36 | | |
29 | 37 | | |
30 | | - | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | | - | |
| 41 | + | |
34 | 42 | | |
35 | 43 | | |
36 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
37 | 48 | | |
38 | 49 | | |
39 | 50 | | |
| |||
0 commit comments