fix: updates EssentialsRoomBase to add CameraListKey

This commit is contained in:
Neil Dorin
2024-06-25 17:58:44 -06:00
parent ddc2491664
commit 0f9bddf4dd

View File

@@ -133,7 +133,28 @@ namespace PepperDash.Essentials.Core
}
}
private string _cameraListKey;
public string CameraListKey
{
get
{
if (string.IsNullOrEmpty(_cameraListKey))
{
return _defaultListKey;
}
else
{
return _cameraListKey;
}
}
protected set
{
if (value != _cameraListKey)
{
_cameraListKey = value;
}
}
}
/// <summary>
/// Timer used for informing the UIs of a shutdown