mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
Additional updates to resolve external switching with multiple upstream tie lines
This commit is contained in:
parent
f9ba562b0b
commit
48585469f6
3 changed files with 18 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue