homebridge-z2m
Version:
Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.
11 lines • 583 B
TypeScript
import { ExposesEntry } from '../z2mModels';
import { BasicAccessory, ConverterConfigurationRegistry, ServiceCreator } from './interfaces';
export declare class LightCreator implements ServiceCreator {
static readonly CONFIG_TAG = "light";
private static readonly ADAPTIVE_LIGHTING_DEFAULT_CONFIG;
constructor(converterConfigRegistry: ConverterConfigurationRegistry);
createServicesFromExposes(accessory: BasicAccessory, exposes: ExposesEntry[]): void;
private createService;
private static isValidConverterConfiguration;
}
//# sourceMappingURL=light.d.ts.map