mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
chore: Mark non-bridgeable class obsolete
Also add a debug message to give the new type to use.
This commit is contained in:
parent
30f63eee03
commit
70d63a9f99
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ using PepperDash.Essentials.DM.Config;
|
|||
|
||||
namespace PepperDash.Essentials.DM.Chassis
|
||||
{
|
||||
[Obsolete("Please use HdMdNxM4kEBridgeable Controller")]
|
||||
public class HdMdNxM4kEController : CrestronGenericBaseDevice, IRoutingInputsOutputs, IRouting
|
||||
{
|
||||
public HdMdNxM Chassis { get; private set; }
|
||||
|
|
@ -32,6 +33,7 @@ namespace PepperDash.Essentials.DM.Chassis
|
|||
HdMdNxM4kEPropertiesConfig props)
|
||||
: base(key, name, chassis)
|
||||
{
|
||||
Debug.Console(0, this, "Type hdmd4x14ke is obsolete. Please use hdmd4x14ke-bridgeable");
|
||||
Chassis = chassis;
|
||||
|
||||
// logical ports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue