mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 21:16:48 +00:00
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:
parent
49c4d2a387
commit
661f7b827a
2 changed files with 96 additions and 64 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue