feat: add new interface and update Chassis controllers

This commit is contained in:
Andrew Welker
2023-04-26 13:32:18 -06:00
parent b221d2f0cb
commit 6ddbdd90c7
3 changed files with 10 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ namespace PepperDash.Essentials.DM
/// Builds a controller for basic DM-RMCs with Com and IR ports and no control functions
///
/// </summary>
public class DmBladeChassisController : CrestronGenericBridgeableBaseDevice, IDmSwitch, IRoutingNumericWithFeedback
public class DmBladeChassisController : CrestronGenericBridgeableBaseDevice, IDmSwitchWithEndpointOnlineFeedback, IRoutingNumericWithFeedback
{
private const string NonePortKey = "inputCard0--None";