UNPKG

homebridge-z2m

Version:

Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.

13 lines 746 B
import { Characteristic } from 'homebridge'; import { ExposesEntryWithBinaryProperty, ExposesEntryWithProperty, ExposesKnownTypes } from '../../z2mModels'; import { BasicAccessory } from '../interfaces'; import { BasicSensorHandler } from './basic'; export declare class LightSensorHandler extends BasicSensorHandler { static readonly exposesName: string; static readonly fallbackExposesNames: string[]; static readonly exposesType: ExposesKnownTypes; readonly mainCharacteristics: Characteristic[]; constructor(expose: ExposesEntryWithProperty, allExposes: ExposesEntryWithBinaryProperty[], accessory: BasicAccessory); static generateIdentifier(endpoint: string | undefined): string; } //# sourceMappingURL=light.d.ts.map