mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-14 20:24:57 +00:00
refactor: fix abstract method
This commit is contained in:
@@ -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
|
/// Executes when RoomVacancyShutdownTimer expires. Used to trigger specific room actions as needed. Must nullify the timer object when executed
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="o"></param>
|
/// <param name="o"></param>
|
||||||
public abstract void RoomVacatedForTimeoutPeriod(object o)
|
public abstract void RoomVacatedForTimeoutPeriod(object o);
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Allow the vacancy event from an occupancy sensor to turn the room off.
|
/// Allow the vacancy event from an occupancy sensor to turn the room off.
|
||||||
|
|||||||
Reference in New Issue
Block a user