Resolves issue with HuddleVtc1Room adding Emergency device in CustomActivate() which would throw an exception in DeviceManager.ActivateAll() when attempting to iterate the modified devices dictionary

This commit is contained in:
Neil Dorin
2019-04-02 15:58:12 -06:00
parent 3adee8bc30
commit 2655b8f7b8
4 changed files with 14 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ namespace PepperDash.Essentials
}
/// <summary>
/// Determines if the program is running on a processor (appliance) or server (XiO Edge).
/// Determines if the program is running on a processor (appliance) or server (VC-4).
///
/// Sets Global.FilePathPrefix based on platform
/// </summary>
@@ -176,7 +176,7 @@ namespace PepperDash.Essentials
}
// Notify the
// Notify the OS that the program intitialization has completed
SystemMonitor.ProgramInitialization.ProgramInitializationComplete = true;
}