Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
equinoy 2026-06-15 10:05:36 -05:00 committed by GitHub
parent e03e45ccf5
commit b982219e2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
VlanChangeInProgress, VlanChangeInProgress,
/// <summary> /// <summary>
/// Indicates that the access VLAN on a port has changed, either through a successful call to SetPortVlan /// Indicates that the access VLAN on a port has changed, either through a successful call to SetPortVlan or an external change detected by polling.
/// </summary> /// </summary>
VlanChanged, VlanChanged,