feat(companion): add runtime event subscription hooks

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