mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-05 07:45:05 +00:00
wip: update XML comments
This commit is contained in:
@@ -620,6 +620,9 @@ namespace PepperDash.Essentials.Core
|
||||
/// </summary>
|
||||
public abstract class EssentialsRoomEmergencyBase : IKeyed
|
||||
{
|
||||
/// <summary>
|
||||
/// Key of the room
|
||||
/// </summary>
|
||||
public string Key { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -34,6 +34,9 @@ namespace PepperDash.Essentials.Core
|
||||
[Obsolete("Will be removed in a future version")]
|
||||
public interface IHasMultipleDisplays
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Displays dictionary
|
||||
/// </summary>
|
||||
Dictionary<eSourceListItemDestinationTypes, IRoutingSink> Displays { get; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user