mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
removed the added IBridge and changed...
...the namespace for IBridge in Essentials Core to match the old/existing namespace
This commit is contained in:
parent
b70739ac4c
commit
717b9b272c
3 changed files with 12 additions and 24 deletions
|
|
@ -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
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue