mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
Added ConfigWriter class. Updated AV Funciton Driver UI classes to show shutdown prompt when room about to shut down for vacancy.
This commit is contained in:
parent
6afe1729bf
commit
c3bea683fc
7 changed files with 1667 additions and 1599 deletions
|
|
@ -273,8 +273,6 @@ namespace PepperDash.Essentials.Room.Behaviours
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
void CalculateAndSetAcknowledgeExpirationTimeout(ScheduledEvent schEvent, DateTime time1, DateTime time2)
|
||||
{
|
||||
Debug.Console(1, this, "time1.Hour = {0}", time1.Hour);
|
||||
|
|
@ -421,7 +419,7 @@ namespace PepperDash.Essentials.Room.Behaviours
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Callback for event that enables feature
|
||||
/// Callback for event that enables feature. Enables feature if config property is true
|
||||
/// </summary>
|
||||
/// <param name="SchEvent"></param>
|
||||
/// <param name="type"></param>
|
||||
|
|
@ -437,7 +435,7 @@ namespace PepperDash.Essentials.Room.Behaviours
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Callback for event that enables feature
|
||||
/// Callback for event that enables feature. Disables feature
|
||||
/// </summary>
|
||||
/// <param name="SchEvent"></param>
|
||||
/// <param name="type"></param>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue