export interface DeviceData { IpAddress: string; Type?: string; Name?: string; Ext?: string; }