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:
Neil Dorin
2018-08-31 18:06:43 -06:00
parent 6afe1729bf
commit c3bea683fc
7 changed files with 1667 additions and 1599 deletions

View File

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