add the PowerIsOnFeedback back to DisplayBase and marked it Obsolete

This commit is contained in:
Andrew Welker
2020-12-02 14:11:09 -07:00
parent 320bb51e4f
commit 7af0baaffc
2 changed files with 7 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ namespace PepperDash.Essentials.Core
public IrOutputPortController IrPort { get; private set; }
public ushort IrPulseTime { get; set; }
public BoolFeedback PowerIsOnFeedback { get; private set; }
[Obsolete("This property will be removed")]
public override BoolFeedback PowerIsOnFeedback { get; protected set; }
protected Func<bool> PowerIsOnFeedbackFunc
{