mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
feat: add Unknown event type to NetworkSwitchPortEventType enum for improved event handling
This commit is contained in:
parent
76311b83ff
commit
6db7581295
1 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue