refactor: fix abstract method

This commit is contained in:
Andrew Welker
2022-11-21 10:45:25 -07:00
parent 5263b16bb7
commit 4306128474

View File

@@ -361,10 +361,7 @@ namespace PepperDash.Essentials.Core
/// Executes when RoomVacancyShutdownTimer expires. Used to trigger specific room actions as needed. Must nullify the timer object when executed
/// </summary>
/// <param name="o"></param>
public abstract void RoomVacatedForTimeoutPeriod(object o)
{
}
public abstract void RoomVacatedForTimeoutPeriod(object o);
/// <summary>
/// Allow the vacancy event from an occupancy sensor to turn the room off.