mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Mega refactor in progress
This commit is contained in:
parent
407a354cfe
commit
13132c29fc
38 changed files with 1068 additions and 1369 deletions
|
|
@ -18,6 +18,11 @@ namespace PepperDash.Essentials.Core
|
|||
/// </summary>
|
||||
public abstract class DisplayBase : Device, IHasFeedback, IRoutingSinkWithSwitching, IPower, IWarmingCooling, IUsageTracking
|
||||
{
|
||||
public event SourceInfoChangeHandler CurrentSourceChange;
|
||||
|
||||
public string CurrentSourceInfoKey { get; protected set; }
|
||||
public SourceListItem CurrentSourceInfo { get; protected set; }
|
||||
|
||||
public BoolFeedback PowerIsOnFeedback { get; protected set; }
|
||||
public BoolFeedback IsCoolingDownFeedback { get; protected set; }
|
||||
public BoolFeedback IsWarmingUpFeedback { get; private set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue