UNPKG

@homebridge-plugins/homebridge-smarthq

Version:

The SmartHQ plugin allows you to interact with SmartHQ Devices in HomeKit and with Siri.

3 lines 273 B
export declare function refreshAccessToken(refresh_token: string): Promise<import("openid-client").TokenSet>; export default function getAccessToken(username: string, password: string): Promise<import("openid-client").TokenSet>; //# sourceMappingURL=getAccessToken.d.ts.map