frequenz-microgrid 0.4.0

A high-level interface to the Frequenz Microgrid API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// License: MIT
// Copyright © 2026 Frequenz Energy-as-a-Service GmbH

//! Telemetry trackers for microgrid component pools.
//!
//! Each tracker watches a set of components and emits a stream of snapshots
//! that partition the components into healthy and unhealthy sets, carrying
//! the latest telemetry sample for each.

pub(crate) mod battery_pool_telemetry_tracker;
pub(crate) mod component_telemetry_tracker;
pub(crate) mod inverter_battery_group_telemetry_tracker;