UNPKG

myenergi-api

Version:

NodeJS implementation of MyEnergi API for controlling Zappi, Eddi and other MyEnergi products

11 lines (10 loc) 309 B
export declare class Digest { private _authDigest?; private _baseUrl; private _maxRedirectCount; private _maxRetryCount; private _etags; constructor(baseUrl: string, username: string, password: string); private request; get(requestUrl: URL, data?: unknown): Promise<string>; }