From e38ae2a371d598d92caf977daab3ce38f90c6f1f Mon Sep 17 00:00:00 2001 From: Peter C <12292660+PeterC89@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:08:04 +0100 Subject: [PATCH] feat(sisyfos): Allow setting of PST in Timeline objects --- .../timeline-state-resolver-types/src/integrations/sisyfos.ts | 1 + .../timeline-state-resolver/src/integrations/sisyfos/index.ts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/packages/timeline-state-resolver-types/src/integrations/sisyfos.ts b/packages/timeline-state-resolver-types/src/integrations/sisyfos.ts index 156920711..8ea476694 100644 --- a/packages/timeline-state-resolver-types/src/integrations/sisyfos.ts +++ b/packages/timeline-state-resolver-types/src/integrations/sisyfos.ts @@ -23,6 +23,7 @@ export interface TimelineContentSisyfos { export interface SisyfosChannelOptions { isPgm?: 0 | 1 | 2 // 0=off 1=PGM 2=VO + isPst?: 0 | 1 | 2 // 0=off 1=PGM 2=VO faderLevel?: number label?: string visible?: boolean diff --git a/packages/timeline-state-resolver/src/integrations/sisyfos/index.ts b/packages/timeline-state-resolver/src/integrations/sisyfos/index.ts index 05034661e..0316a1b07 100644 --- a/packages/timeline-state-resolver/src/integrations/sisyfos/index.ts +++ b/packages/timeline-state-resolver/src/integrations/sisyfos/index.ts @@ -449,6 +449,8 @@ export class SisyfosMessageDevice extends DeviceWithState