UNPKG

@chazepps/homebridge-hejhome

Version:

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

7 lines (6 loc) 264 B
import { HejhomePlatform } from '../platform.js'; import { HejDeviceState } from './get_devices.js'; export declare const control: (platform: HejhomePlatform, deviceId: string, body: Data) => Promise<null>; export type Data = { requirments: HejDeviceState; };