feat(essentials): Populates EnvironmentatlControlDevices on huddle and vtc room types

This commit is contained in:
Neil Dorin
2021-12-02 17:53:39 -07:00
parent ae10e560f0
commit 176d4675da
3 changed files with 35 additions and 2 deletions

View File

@@ -133,8 +133,7 @@ namespace PepperDash.Essentials.Core
public EssentialsRoomBase(DeviceConfig config)
: base(config)
{
EnvironmentalControlDevices = new List<EssentialsDevice>();
// Setup the ShutdownPromptTimer
ShutdownPromptTimer = new SecondsCountdownTimer(Key + "-offTimer");