UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

12 lines (11 loc) 255 B
export interface GatewayMetadata { namespace?: string | RegExp; path?: string; serveClient?: boolean; adapter?: any; origins?: string; parser?: any; pingTimeout?: number; pingInterval?: number; transports?: string[]; }