We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d555778 + ef8b069 commit 89a8b42Copy full SHA for 89a8b42
WinNUT_V2/WinNUT-Client/WinNUT.vb
@@ -695,7 +695,7 @@ Public Class WinNUT
695
UPS_InputV = .Input_Voltage
696
UPS_OutputV = .Output_Voltage
697
UPS_Load = .Load
698
- UPS_Status = "OL"
+ UPS_Status = .UPS_Status
699
UPS_OutPower = .Output_Power
700
701
If .UPS_Status.HasFlag(UPS_States.OL) Then
WinNUT_V2/WinNUT-Client_Common/Common_Enums.vb
@@ -115,6 +115,7 @@ Public Enum UPS_States
115
OVER = 1 << 10
116
TRIM = 1 << 11
117
BOOST = 1 << 12
118
+ ALARM = 1 << 13
119
End Enum
120
121
Public Enum PowerMethod
0 commit comments