homebridge-vwconnectid
Version:
Homebridge plugin for Volkswagen ID.x cars
17 lines • 735 B
TypeScript
import { API, DynamicPlatformPlugin, Logger, PlatformAccessory, PlatformConfig, Service, Characteristic } from 'homebridge';
export declare class WeConnectIDPlatform implements DynamicPlatformPlugin {
readonly log: Logger;
readonly config: PlatformConfig;
readonly api: API;
readonly Service: typeof Service;
readonly Characteristic: typeof Characteristic;
readonly vwLog: any;
readonly vwConn: any;
readonly idStatusEmitter: any;
readonly idLogEmitter: any;
readonly accessories: PlatformAccessory[];
constructor(log: Logger, config: PlatformConfig, api: API);
configureAccessory(accessory: PlatformAccessory): void;
discoverDevices(): void;
}
//# sourceMappingURL=platform.d.ts.map