duplicated join maps in Essentials

and marks the duplicates in Essentials as Obsolete
This commit is contained in:
Andrew Welker
2020-04-20 10:13:08 -06:00
parent 072618f981
commit 91963ea39b
21 changed files with 139 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
using System.Linq;
using System;
using System.Linq;
using Crestron.SimplSharp.Reflection;
using PepperDash.Essentials.Core;
namespace PepperDash.Essentials.Bridges
{
[Obsolete("Please use version PepperDash.Essentials.Core.Bridges")]
public class StatusSignControllerJoinMap:JoinMapBase
{
public uint IsOnline { get; set; }