UNPKG

@dotwee/homebridge-z2m

Version:

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

10 lines 500 B
import { BasicAccessory, ConverterConfigurationRegistry, ServiceCreator } from './interfaces'; import { ExposesEntry } from '../z2mModels'; export declare class BasicSensorCreator implements ServiceCreator { private static handlers; private static configs; constructor(converterConfigRegistry: ConverterConfigurationRegistry); createServicesFromExposes(accessory: BasicAccessory, exposes: ExposesEntry[]): void; private createService; } //# sourceMappingURL=basic_sensors.d.ts.map