@gibme/starlink
    Preparing search index...

    Interface Router<DateType>

    interface Router<DateType extends Date | string = string> {
        accountNumber: null | string;
        configId: null | string;
        directLinkToDish: boolean;
        hardwareVersion: string;
        lastBonded: null | DateType;
        nickname: null | string;
        routerId: string;
        userTerminalId: string;
    }

    Type Parameters

    • DateType extends Date | string = string
    Index

    Properties

    accountNumber: null | string

    Account Number this router is bonded to.

    configId: null | string

    Router config this router is assigned to, or empty if no config assigned.

    directLinkToDish: boolean

    True if this router is known to be directly connected to a user terminal.

    hardwareVersion: string

    Hardware version of the router: 'v1', 'v2', or 'v3'.

    lastBonded: null | DateType

    Last time the router bonded to a user terminal

    nickname: null | string
    routerId: string
    userTerminalId: string

    User terminal Id this router is bonded to.