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:50 -05:00 committed by GitHub
parent b982219e2f
commit a220474101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,7 +105,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
PoeDisableInProgress, PoeDisableInProgress,
/// <summary> /// <summary>
/// Indicates that the PoE state on a port has changed, either through a successful call to SetPortPoeState /// Indicates that PoE has been disabled on the port, either through a successful call to SetPortPoeState or an external change detected by polling.
/// </summary> /// </summary>
PoEDisabled, PoEDisabled,