fix: Updates to scheduler to attempt to deal with exceptions modifying existing events. Adds console command to allow deletign event group

This commit is contained in:
Neil Dorin
2024-04-18 16:12:31 -06:00
parent 49c4d2a387
commit 661f7b827a
2 changed files with 96 additions and 64 deletions

View File

@@ -52,5 +52,11 @@ namespace PepperDash.Essentials.Core
[JsonProperty("sinkType")]
public eRoutingSignalType SinkType { get; set; }
[JsonProperty("isCodecContentDestination")]
public bool isCodecContentDestination { get; set; }
[JsonProperty("isProgramAudioDestination")]
public bool isProgramAudioDestination { get; set; }
}
}