homebridge-deconz-converter
Version:
Homebridge plugin for converting Deconz roller shutters interpreted as light into Homekit Window Covering type.
12 lines • 582 B
TypeScript
import { CharacteristicValue, NodeCallback, PlatformAccessory } from 'homebridge';
import { DeconzConverterPlatform } from '../platform';
export declare class ContactSensorAccessory {
private readonly platform;
private readonly accessory;
private service;
constructor(platform: DeconzConverterPlatform, accessory: PlatformAccessory);
setAccessoryInformations(): Promise<void>;
getContactSensorState(callback: NodeCallback<CharacteristicValue>): Promise<void>;
handleContactSensorStateChange(e: string): void;
}
//# sourceMappingURL=contactSensor.d.ts.map