Type alias DiscoveryDevice

DiscoveryDevice: {
    host: string;
    port?: number;
}

Type declaration

  • host: string
  • Optional port?: number

Generated using TypeDoc