mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
refactor: fix abstract method
This commit is contained in:
parent
5263b16bb7
commit
4306128474
1 changed files with 1 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue