You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add communication component state codes and snapshot message
This commit adds a new enum `CommunicationComponentStateCode` to
represent the high-level operational state of a communication component.
It also introduces a new message `CommunicationComponentStateSnapshot`
that captures a snapshot of the component's state, diagnostics, and
timing. This is useful for monitoring and diagnosing the status of
communication components in a microgrid system.
Signed-off-by: Tiyash Basu <[email protected]>
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
- Added warnings to sensor `SensorState`.
21
21
- Added a common `TimeIntervalFilter` message in `frequenz.api.common.v1.types` to standardize time interval filtering across APIs. This uses `start_time` (inclusive) and `end_time` (exclusive) fields, aligning with ISO 8601 and common programming conventions.
22
22
- Added new message `CommunicationComponentDiagnostic` to represent warnings and errors in microgrid communication components.
23
+
- Added new message `CommunicationComponentStateSnapshot` to represent the state of communication components.
23
24
- Added new message definitions for streaming events (Deleted, Created, Updated)
0 commit comments