Improvements for DMPS3-4K-150 types

This commit is contained in:
Alex Johnson
2022-06-15 20:26:32 -04:00
parent 6dbdd0587d
commit 5b94d89bc3
4 changed files with 356 additions and 134 deletions

View File

@@ -15,7 +15,7 @@ namespace PepperDash.Essentials.DM
/// <summary>
///
/// </summary>
public class DmpsDigitalOutputController : Device, IRoutingNumericWithFeedback, IHasFeedback
public class DmpsDigitalOutputController : Device, IRoutingNumeric, IHasFeedback
{
public Card.Dmps3OutputBase OutputCard { get; protected set; }
@@ -161,11 +161,5 @@ namespace PepperDash.Essentials.DM
}
#endregion
#region IRoutingFeedback Members
public event EventHandler<RoutingNumericEventArgs> NumericSwitchChange;
#endregion
}
}