Skip to content

Commit

Permalink
fix: Outlet Reset command
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandersp committed Sep 27, 2023
1 parent a287940 commit aaa7c89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions GetPackages.BAT
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@Echo ON
nuget install .\packages.config -OutputDirectory .\packages -excludeVersion
6 changes: 3 additions & 3 deletions Pdu-Wattbox-Epi/WattboxController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ public bool CheckIp(string data)

public enum EWattboxOutletSet
{
PowerOff = 0,
PowerOn,
PowerCycle
PowerOff = 0,
PowerOn = 1,
PowerCycle = 3
}
}

0 comments on commit aaa7c89

Please sign in to comment.