UNPKG

homebridge-hilo

Version:

Plugin Homebridge (non officiel) pour la passerelle et les appareils Hilo de Hydro-Québec | Unofficial Homebridge plugin for Hydro-Québec Hilo bridge and devices

7 lines 594 B
import { TypedDocumentString } from "./graphql/graphql"; export declare const getAccessToken: () => string; export declare function setupAutoRefreshToken(expiresIn: number | undefined): Promise<void>; export declare const hiloApi: import("axios").AxiosInstance; export declare const graphqlApi: import("axios").AxiosInstance; export declare function execute<TResult, TVariables>(query: TypedDocumentString<TResult, TVariables>, ...[variables]: TVariables extends Record<string, never> ? [] : [TVariables]): Promise<import("axios").AxiosResponse<any, any>>; //# sourceMappingURL=hiloApi.d.ts.map