Preparing search index...

    Variable BLEGatewayStatusSchemaConst

    BLEGatewayStatusSchema: TObject<
        {
            active_gatt_connections: TOptional<TUnion<[TInteger, TNull]>>;
            free_heap: TOptional<TUnion<[TNumber, TNull]>>;
            max_gatt_connections: TOptional<TUnion<[TInteger, TNull]>>;
            type: TLiteral<"status">;
            uptime: TOptional<TUnion<[TNumber, TNull]>>;
        },
    > = ...