UNPKG

@chazepps/homebridge-hejhome

Version:

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

8 lines (7 loc) 206 B
import { HejhomePlatform } from '../platform.js'; export declare const getFamilies: (platform: HejhomePlatform) => Promise<Family[]>; interface Family { name: string; familyId: number; } export {};