Interface Telemetry

Interface for telemetry handling functionality

interface Telemetry {
    active: boolean;
    kernel: Kernel;
}

Properties

Properties

active: boolean

Whether telemetry is currently active

kernel: Kernel

Get the kernel instance