UNPKG

homebridge-sleeptracker

Version:

Homebridge plugin for SleepTracker smart beds - Control your bed's position and features through HomeKit

16 lines 769 B
import { API, DynamicPlatformPlugin, Logger, PlatformAccessory, PlatformConfig, Service, Characteristic } from 'homebridge'; export declare const PLATFORM_NAME = "SleepTrackerPlatform"; export declare const PLUGIN_NAME = "homebridge-sleeptracker"; export declare class SleepTrackerPlatform implements DynamicPlatformPlugin { readonly log: Logger; readonly config: PlatformConfig; readonly api: API; readonly Service: typeof Service; readonly Characteristic: typeof Characteristic; readonly accessories: PlatformAccessory[]; constructor(log: Logger, config: PlatformConfig, api: API); private validateConfig; configureAccessory(accessory: PlatformAccessory): void; discoverDevices(): void; } //# sourceMappingURL=platform.d.ts.map