Skip to content

Commit 882c0cf

Browse files
JulusianCopilot
andauthored
Update packages/companion-surface-base/src/surface-api/plugin.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0092d4b commit 882c0cf

File tree

1 file changed

+3
-1
lines changed
  • packages/companion-surface-base/src/surface-api

1 file changed

+3
-1
lines changed

packages/companion-surface-base/src/surface-api/plugin.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ export interface DiscoveredSurfaceInfo<TInfo> {
9090
}
9191

9292
/**
93-
* Information about a discovered surface
93+
* Information about a surface discovered via a detection/remote mechanism.
94+
* Extends {@link DiscoveredSurfaceInfo} with a stable tracking handle (`deviceHandle`)
95+
* that can be used to re-identify the same physical device between scans.
9496
*/
9597
export interface DetectionSurfaceInfo<TInfo> extends DiscoveredSurfaceInfo<TInfo> {
9698
/**

0 commit comments

Comments
 (0)