Skip to content
Snippets Groups Projects
Commit efdd02d5 authored by root's avatar root
Browse files

Fixed previous commit.

parent a16a8040
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ OUTPUT_TEXT += " (" + str(systemModel) + ")"
temperatureOutput=snmpGet(xupsEnvAmbientTemp)
if temperatureOutput:
envTemperature=float(temperatureOutput.value)
envTemperature=float(temperatureOutput)
xupsBatteryAbmStatus=int(snmpGet(xupsBatteryAbmStatus))
xupsBatteryStatus=int(snmpGet(xupsBatteryStatus))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment