From 5a64e5c3aeabfb76ecd92d0f6337555359c7bbd0 Mon Sep 17 00:00:00 2001 From: Gareth Hancock <64541249+GazHank@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:43:25 +0100 Subject: [PATCH] Add friendlyName and lowLatency to interfaces Signed-off-by: Gareth Hancock <64541249+GazHank@users.noreply.github.com> --- lib/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/index.ts b/lib/index.ts index d529bc7..c55c12e 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -11,6 +11,7 @@ export interface PortInfo { locationId: string | undefined productId: string | undefined vendorId: string | undefined + friendlyName: string | undefined } export interface OpenOptions { @@ -56,6 +57,7 @@ export interface PortStatus { cts: boolean dsr: boolean dcd: boolean + lowLatency: boolean } /**