homebridge-fenix-tft-wifi
Version:
Homebridge plugin which adds a Fenix TFT WiFi thermostat as HomeKit device.
9 lines • 325 B
TypeScript
import TokenManager from '../TokenManager';
export default class FenixApi {
private readonly tokenManager;
private axiosClient;
constructor(tokenManager: TokenManager);
private readonly ApiUrl;
readMyInformation(): Promise<import("axios").AxiosResponse<any, any>>;
}
//# sourceMappingURL=FenixApi.d.ts.map