export interface IDevice { ipAddress: string; port: number; }