UNPKG

@chazepps/homebridge-hejhome

Version:

The Hejhome plugin allows you to access your Hejhome device(s) from HomeKit.

10 lines (9 loc) 471 B
import { HejhomePlatform } from '../platform.js'; export declare const HEJ_CLIENT_ID = "62f4020744ca4510827d3b4a4d2c7e7f"; export declare const HEJ_CLIENT_SECRET = "fcd4302cece447a9ab009296f649d2c0"; /** * Retrieves the access token for the platform. * @param {HejhomePlatform} platform - The platform instance. * @returns {Promise<string | undefined>} - The access token. */ export declare const getToken: (platform: HejhomePlatform) => Promise<string | undefined>;