TelemetryApi
Telemetry RPCs and observation.
Each requestX method sends a unicast Telemetry packet on TELEMETRY_APP with want_response = true to node and waits for the device's reply. observe returns a cold Flow of every Telemetry packet observed for a given node — including unsolicited periodic broadcasts.
Acquired via RadioClient.telemetry. Available only while the client is connected.
Since
0.1.0
Functions
Request the latest AirQualityMetrics from node.
Request the latest DeviceMetrics from node.
Request the latest EnvironmentMetrics from node.
Request the latest HealthMetrics from node (heart rate, SpO2, temperature).
Request the latest HostMetrics from node (CPU, memory, disk usage on Linux hosts).
Request the local node's LocalStats (mesh-wide stats sourced from this device).
Request the latest PowerMetrics from node.
Request the latest TrafficManagementStats from node (packet counts, duty cycle).