UNPKG

@chazepps/homebridge-hejhome

Version:

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

3 lines (2 loc) 273 B
import { HejhomePlatform } from '../platform.js'; export declare const hejRequest: <Request extends Record<string, unknown> | null, Response>(platform: HejhomePlatform, method: "GET" | "POST", path: string, data?: Request | undefined, json?: boolean) => Promise<Response>;