fix(server): propagate watch-list cancellation; doc + test gaps (Server-051..053)
This commit is contained in:
@@ -86,7 +86,10 @@ public sealed class AlarmDiscoveryOptions
|
||||
public string[] IncludeAttributes { get; init; } = Array.Empty<string>();
|
||||
|
||||
/// <summary>
|
||||
/// Attribute paths to exclude from the Repository-derived poll list.
|
||||
/// Attribute paths to remove from the merged poll list (case-insensitive).
|
||||
/// The exclude runs after the Repository-derived rows and the explicit
|
||||
/// <see cref="IncludeAttributes"/> entries are combined, so an exclude that
|
||||
/// matches an explicit include suppresses it too — excludes win.
|
||||
/// Ignored when <see cref="UseGalaxyRepository"/> is <c>false</c>.
|
||||
/// Default empty.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user