mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
feat(essentials): Populates EnvironmentatlControlDevices on huddle and vtc room types
This commit is contained in:
parent
ae10e560f0
commit
176d4675da
3 changed files with 35 additions and 2 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue