Additional updates to allow occupancy sensor to be cleared when room not active

This commit is contained in:
Neil Dorin
2023-07-19 16:22:20 -06:00
parent a787be6ccc
commit f73d6994b8
3 changed files with 15 additions and 2 deletions

View File

@@ -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; }