mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
fixes to get it to load
This commit is contained in:
parent
43d7fab04d
commit
9c4650b4af
4 changed files with 35 additions and 22 deletions
|
|
@ -31,7 +31,7 @@ namespace PepperDash.Essentials.Room.Config
|
|||
{
|
||||
return new EssentialsHuddleVtc1Room(roomConfig);
|
||||
}
|
||||
if (typeName == "ddvc01Bridge")
|
||||
if (typeName == "ddvc01bridge")
|
||||
{
|
||||
return new Device(roomConfig.Key, roomConfig.Name); // placeholder device that does nothing.
|
||||
}
|
||||
|
|
@ -40,7 +40,7 @@ namespace PepperDash.Essentials.Room.Config
|
|||
return new EssentialsDualDisplayRoom(roomConfig);
|
||||
}
|
||||
|
||||
return typeName != "techRoom" ? null : new EssentialsTechRoom(roomConfig);
|
||||
return typeName != "techroom" ? null : new EssentialsTechRoom(roomConfig);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue