Add a power-on enum

This commit is contained in:
Tim Young 2018-05-17 16:12:58 -05:00
parent 136b7b1ab7
commit 892aa401cb
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ namespace EduNetworkBuilder
StaticRouteCorrupt, VLANChange, VPNChangeEndpoint, VPNChangeKey, BreakDevice }
public enum NBAction { none, newdevice, changelocation, changecomponent, deletecomponent,
ping, traceroute, arp, cleararp, dhcp,
replaceUPS, replace, poweroff,
replaceUPS, replace, poweroff, poweron,
}
[Serializable]