UNPKG

homebridge-kodi

Version:
16 lines 496 B
import { PlatformConfig } from 'homebridge'; declare const _default: { getOptions: (config: PlatformConfig, method: string, params: any) => { uri: string; method: string; json: { jsonrpc: string; id: number; method: string; params: any; }; }; kodiRequest: (config: PlatformConfig, method: string, params: any) => Promise<any>; }; export = _default; //# sourceMappingURL=connection.d.ts.map