UNPKG

@dotwee/homebridge-z2m

Version:

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

9 lines 539 B
import { BasicAccessory } from '../interfaces'; import { ExposesEntryWithBinaryProperty, ExposesEntryWithProperty } from '../../z2mModels'; import { BinarySensorHandler } from './binary'; export declare class VibrationSensorHandler extends BinarySensorHandler { static readonly exposesName: string; constructor(expose: ExposesEntryWithProperty, otherExposes: ExposesEntryWithBinaryProperty[], accessory: BasicAccessory); static generateIdentifier(endpoint: string | undefined): string; } //# sourceMappingURL=vibration.d.ts.map