Type alias LocalClientConfig

LocalClientConfig: {
    ip: string;
    password: string;
    username: string;
}

The local client configuration.

Type declaration

  • ip: string

    The myGEKKO device ip

  • password: string

    The local password

  • username: string

    The local username

Generated using TypeDoc