feat(companion): add filtered runtime event subscription helper

This commit is contained in:
William Valentin
2026-02-16 18:43:50 -08:00
parent 96b11bd60f
commit b53f66c6cd
5 changed files with 65 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ export { CompanionHeartbeatLoop } from './heartbeatLoop.js';
export type {
CompanionRuntimeClientOptions,
CompanionEventHandler,
CompanionTypedEventHandler,
RegisterNodeInput,
ListNodesInput,
SetNodeStatusInput,