removed the added IBridge and changed...

...the namespace for IBridge in Essentials Core to match the old/existing namespace
This commit is contained in:
Andrew Welker
2020-04-16 13:39:42 -06:00
parent b70739ac4c
commit 717b9b272c
3 changed files with 12 additions and 24 deletions

View File

@@ -1,16 +0,0 @@
using System;
using Crestron.SimplSharpPro.DeviceSupport;
using PepperDash.Essentials.Core.Bridges;
namespace PepperDash.Essentials.Bridges
{
/// <summary>
/// Defines a device that uses the legacy JoinMapBase for its join map
/// </summary>
[Obsolete("IBridgeAdvanced should be used going forward with JoinMapBaseAdvanced")]
public interface IBridge : PepperDash.Essentials.Core.Bridges.IBridge
{
}
}