mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 20:47:04 +00:00
Add PowerIsOnFeedback back to DisplayBase and marked it as Obsolete
This commit is contained in:
parent
25c4d94366
commit
f9925f9ec9
2 changed files with 8 additions and 3 deletions
|
|
@ -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 in version 2.0.0")]
|
||||
public override BoolFeedback PowerIsOnFeedback { get; protected set; }
|
||||
|
||||
protected Func<bool> PowerIsOnFeedbackFunc
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue