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.
1 parent 7dfaf5d commit e35c203Copy full SHA for e35c203
WinNUT_V2/WinNUT-Client_Common/Common_Classes.vb
@@ -20,7 +20,7 @@ Public Class UPS_Values
20
Public Load As Double = Nothing
21
Public Output_Power As Double = Nothing
22
Public Batt_Capacity As Double = Nothing
23
- Public UPS_Status As Integer = Nothing
+ Public UPS_Status As UPS_States = Nothing
24
End Class
25
26
Public Class UPSData
@@ -36,7 +36,6 @@ Public Class UPSData
36
Me.Serial = Serial
37
Me.Firmware = Firmware
38
End Sub
39
-
40
41
42
''' <summary>
0 commit comments