UNPKG

homebridge-zaptec

Version:
8 lines 265 B
import { PlatformConfig as HbPlatformConfig } from 'homebridge'; export interface PlatformConfig extends HbPlatformConfig { username: string; password: string; debug?: boolean; refreshInterval?: number; } //# sourceMappingURL=platformConfig.d.ts.map