Additional updates to resolve external switching with multiple upstream tie lines

This commit is contained in:
Neil Dorin
2020-11-12 16:28:43 -07:00
parent f9ba562b0b
commit 48585469f6
3 changed files with 18 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec
public interface IHasExternalSourceSwitching
{
bool ExternalSourceListEnabled { get; }
string ExternalSourceInputPort { get; }
void AddExternalSource(string connectorId, string key, string name, eExternalSourceType type);
void SetExternalSourceState(string key, eExternalSourceMode mode);
void ClearExternalSources();