UNPKG

@elshaer/homebridge-hdl-buspro-enhanced

Version:

Linking the HDL bus into the Homebridge widget

21 lines 885 B
import { PlatformAccessory, CharacteristicValue } from 'homebridge'; import { Device } from 'smart-bus'; import { HDLBusproHomebridge } from './HDLPlatform'; import { DryListener } from './ContactSensor'; import { ABCDevice } from './ABC'; export declare class LeakSensor implements ABCDevice { private readonly platform; private readonly accessory; private readonly name; private readonly controller; private readonly device; private readonly listener; private readonly area; private readonly channel; private readonly nc; private service; private LeakStates; constructor(platform: HDLBusproHomebridge, accessory: PlatformAccessory, name: string, controller: Device, device: Device, listener: DryListener, area: number, channel: number, nc: boolean); getOn(): Promise<CharacteristicValue>; } //# sourceMappingURL=LeakSensor.d.ts.map