Type alias RemoteClientConfig

RemoteClientConfig: {
    apiKey: string;
    gekkoId: string;
    username: string;
}

The remote client configuration.

Type declaration

  • apiKey: string

    The remote api key

  • gekkoId: string

    The myGEKKO device id

  • username: string

    The myGEKKO account username

Generated using TypeDoc