From 72c948e760162897d25c03dd9825a1a03b120883 Mon Sep 17 00:00:00 2001 From: anthony-lopez-pd Date: Tue, 9 Jun 2026 17:16:23 -0400 Subject: [PATCH] fix: disambiguate DirectorySelectRow (101) and feedback (104) descriptions Both analog 101 (FromSIMPL select) and analog 104 (ToSIMPL feedback echo) were described "Directory Select Row and Feedback", implying the feedback was on 101. Clarified: 101 = "Directory Select Row"; 104 = "Directory Selected Row FB". Co-Authored-By: Claude Sonnet 4.6 --- .../Bridges/JoinMaps/VideoCodecControllerJoinMap.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PepperDash.Essentials.Core/Bridges/JoinMaps/VideoCodecControllerJoinMap.cs b/src/PepperDash.Essentials.Core/Bridges/JoinMaps/VideoCodecControllerJoinMap.cs index 0b2cfbf9..05be3bfa 100644 --- a/src/PepperDash.Essentials.Core/Bridges/JoinMaps/VideoCodecControllerJoinMap.cs +++ b/src/PepperDash.Essentials.Core/Bridges/JoinMaps/VideoCodecControllerJoinMap.cs @@ -1370,7 +1370,7 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps; }, new JoinMetadata { - Description = "Directory Select Row and Feedback", + Description = "Directory Select Row", JoinCapabilities = eJoinCapabilities.FromSIMPL, JoinType = eJoinType.Analog }); @@ -1413,7 +1413,7 @@ namespace PepperDash.Essentials.Core.Bridges.JoinMaps; }, new JoinMetadata { - Description = "Directory Select Row and Feedback", + Description = "Directory Selected Row FB", JoinCapabilities = eJoinCapabilities.ToSIMPL, JoinType = eJoinType.Analog });