feat: adds try catch to devjson execution thread and adds port names for sdi in/out

This commit is contained in:
Neil Dorin
2024-06-20 11:57:32 -06:00
parent 7bac65002d
commit 5aa1f85df5
2 changed files with 20 additions and 1 deletions

View File

@@ -239,5 +239,13 @@ namespace PepperDash.Essentials.Core
/// HdBaseTOut
/// </summary>
public const string HdBaseTOut = "hdBaseTOut";
/// <summary>
/// SdiIn
/// </summary>
public const string SdiIn = "sdiIn";
/// <summary>
/// SdiOut
/// </summary>
public const string SdiOut = "sdiOut";
}
}