diff --git a/PepperDashEssentials/Bridges/DmTxControllerBridge.cs b/PepperDashEssentials/Bridges/DmTxControllerBridge.cs index 4242e60b..3fef1404 100644 --- a/PepperDashEssentials/Bridges/DmTxControllerBridge.cs +++ b/PepperDashEssentials/Bridges/DmTxControllerBridge.cs @@ -77,9 +77,11 @@ namespace PepperDash.Essentials.Bridges IsOnline = IsOnline + joinOffset; VideoSyncStatus = VideoSyncStatus + joinOffset; - CurrentInputResolution = CurrentInputResolution + joinOffset; HdcpSupportOn = HdcpSupportOn + joinOffset; HdcpSupportOff = HdcpSupportOff + joinOffset; + CurrentInputResolution = CurrentInputResolution + joinOffset; + VideoInput = VideoInput + joinOffset; + AudioInput = AudioInput + joinOffset; HdcpSupportState = HdcpSupportState + joinOffset; } } diff --git a/essentials-framework b/essentials-framework index 815eabc6..624eea7c 160000 --- a/essentials-framework +++ b/essentials-framework @@ -1 +1 @@ -Subproject commit 815eabc610d554012334c33c4afcd96d2314ab2c +Subproject commit 624eea7c6c41d115058abd80692bfca366958449