mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Additional updates to allow occupancy sensor to be cleared when room not active
This commit is contained in:
parent
a787be6ccc
commit
f73d6994b8
3 changed files with 15 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ namespace PepperDash.Essentials.Core
|
|||
public BoolFeedback IsWarmingUpFeedback { get; private set; }
|
||||
public BoolFeedback IsCoolingDownFeedback { get; private set; }
|
||||
|
||||
public IOccupancyStatusProvider RoomOccupancy { get; private set; }
|
||||
public IOccupancyStatusProvider RoomOccupancy { get; protected set; }
|
||||
|
||||
public bool OccupancyStatusProviderIsRemote { get; private set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue