diff --git a/PepperDashEssentials/Bridges/IBridge.cs b/PepperDashEssentials/Bridges/IBridge.cs
new file mode 100644
index 00000000..1b539183
--- /dev/null
+++ b/PepperDashEssentials/Bridges/IBridge.cs
@@ -0,0 +1,16 @@
+using System;
+using Crestron.SimplSharpPro.DeviceSupport;
+using PepperDash.Essentials.Core.Bridges;
+
+namespace PepperDash.Essentials.Bridges
+{
+ ///
+ /// Defines a device that uses the legacy JoinMapBase for its join map
+ ///
+ [Obsolete("IBridgeAdvanced should be used going forward with JoinMapBaseAdvanced")]
+ public interface IBridge : PepperDash.Essentials.Core.Bridges.IBridge
+ {
+
+ }
+
+}
\ No newline at end of file
diff --git a/PepperDashEssentials/PepperDashEssentials.csproj b/PepperDashEssentials/PepperDashEssentials.csproj
index 5b500425..c403d1c3 100644
--- a/PepperDashEssentials/PepperDashEssentials.csproj
+++ b/PepperDashEssentials/PepperDashEssentials.csproj
@@ -125,6 +125,7 @@
+