feat: add Unknown event type to NetworkSwitchPortEventType enum for improved event handling

This commit is contained in:
Neil Dorin 2026-03-20 14:48:58 -06:00
parent 76311b83ff
commit 6db7581295

View file

@ -84,6 +84,11 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
/// </summary> /// </summary>
public enum NetworkSwitchPortEventType public enum NetworkSwitchPortEventType
{ {
/// <summary>
/// Indicates that the type of event is unknown or cannot be determined.
/// </summary>
Unknown,
/// <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
/// </summary> /// </summary>