Interface PlaceEdgeHealth

interface PlaceEdgeHealth {
    connected: boolean;
    connection_uptime: number;
    edge_id: string;
    error_count_24h: number;
    failed_modules: string[];
    last_seen: number;
    module_count: number;
}

Properties

connected: boolean
connection_uptime: number
edge_id: string
error_count_24h: number
failed_modules: string[]
last_seen: number
module_count: number