diff --git a/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs b/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs index 439cd949..d04004b9 100644 --- a/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs +++ b/PepperDashEssentials/Bridges/JoinMaps/DmChassisControllerJoinMap.cs @@ -107,7 +107,6 @@ namespace PepperDash.Essentials.Bridges OutputAudio = 300; //301-499 OutputUsb = 500; //501-699 InputUsb = 700; //701-899 - VideoSyncStatus = 100; //101-299 HdcpSupportState = 1000; //1001-1199 HdcpSupportCapability = 1200; //1201-1399 @@ -118,8 +117,6 @@ namespace PepperDash.Essentials.Bridges OutputCurrentVideoInputNames = 2000; //2001-2199 OutputCurrentAudioInputNames = 2200; //2201-2399 InputCurrentResolution = 2400; // 2401-2599 - InputEndpointOnline = 500; //501-699 - OutputEndpointOnline = 700; //701-899 } public override void OffsetJoinNumbers(uint joinStart)