UNPKG

soundtouch-api

Version:
7 lines (6 loc) 230 B
import { XMLElement } from './utils'; export interface NetworkInfo { readonly macAddress: string; readonly ipAddress: string; } export declare function networkInfoFromElement(element: XMLElement): NetworkInfo | undefined;