@ctrl/deluge
    Preparing search index...

    Interface GetHostStatusResponse

    interface GetHostStatusResponse {
        error: string;
        id: number;
        result: [string, HostStatus, string];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    error: string
    id: number

    mostly usless id that increments with every request

    result: [string, HostStatus, string]

    host id - ddf084f5f3d7945597991008949ea7b51e6b3d93 status - "Online" version - "1.3.15"