diff --git a/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs b/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs
index 2e1b8394..b6e8b071 100644
--- a/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs
+++ b/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs
@@ -76,11 +76,27 @@ namespace PepperDash.Essentials.Bridges
///
/// Range sets and reports the name for the corresponding input card
///
- public uint InputNames { get; set; }
+ public uint InputNames { get; set; }
+ ///
+ /// Range sets and reports the name for the corresponding input card
+ ///
+ public uint InputVideoNames { get; set; }
+ ///
+ /// Range sets and reports the name for the corresponding input card
+ ///
+ public uint InputAudioNames { get; set; }
///
/// Range sets and reports the name for the corresponding output card
///
- public uint OutputNames { get; set; }
+ public uint OutputNames { get; set; }
+ ///
+ /// Range sets and reports the name for the corresponding output card
+ ///
+ public uint OutputVideoNames { get; set; }
+ ///
+ /// Range sets and reports the name for the corresponding output card
+ ///
+ public uint OutputAudioNames { get; set; }
///
/// Range reports the name of the current video source for the corresponding output card
///
@@ -119,7 +135,11 @@ namespace PepperDash.Essentials.Bridges
//Serial
InputNames = 100; //101-299
- OutputNames = 300; //301-499
+ OutputNames = 300; //301-499
+ InputVideoNames = 500; //501-699
+ InputAudioNames = 700; //701-899
+ OutputVideoNames = 900; //901-1099
+ OutputAudioNames = 1100; //1101-1299
OutputCurrentVideoInputNames = 2000; //2001-2199
OutputCurrentAudioInputNames = 2200; //2201-2399
InputCurrentResolution = 2400; // 2401-2599
@@ -131,7 +151,11 @@ namespace PepperDash.Essentials.Bridges
SystemId = SystemId + joinOffset;
IsOnline = IsOnline + joinOffset;
- OutputVideo = OutputVideo + joinOffset;
+ OutputVideo = OutputVideo + joinOffset;
+ InputVideoNames = InputVideoNames + joinOffset;
+ InputAudioNames = InputAudioNames + joinOffset;
+ OutputVideoNames = OutputVideoNames + joinOffset;
+ OutputAudioNames = OutputAudioNames + joinOffset;
OutputAudio = OutputAudio + joinOffset;
OutputUsb = OutputUsb + joinOffset;
InputUsb = InputUsb + joinOffset;
diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.csproj b/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.csproj
index 153b6ad5..e608c2aa 100644
--- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.csproj
+++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/PepperDash_Essentials_Core.csproj
@@ -64,7 +64,7 @@
False
- ..\..\..\..\..\..\ProgramData\Crestron\SDK\SSPDevices\Crestron.SimplSharpPro.Gateways.dll
+ ..\..\..\..\..\..\..\..\..\ProgramData\Crestron\SDK\SSPDevices\Crestron.SimplSharpPro.Gateways.dll
False