mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Started working on Room Occupancy
This commit is contained in:
parent
e6eafdaf14
commit
c3c7948990
9 changed files with 157 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ namespace PepperDash.Essentials.Core
|
|||
{
|
||||
public abstract BoolFeedback RoomIsOnFeedback { get; protected set; }
|
||||
public abstract BoolFeedback IsCoolingDownFeedback { get; protected set; }
|
||||
public abstract BoolFeedback IsWarmingUpFeedback { get; protected set; }
|
||||
public abstract BoolFeedback IsWarmingUpFeedback { get; protected set; }
|
||||
|
||||
// In concrete classes, these should be computed from the relevant devices
|
||||
public virtual uint CooldownTime { get { return 10000; } }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue