Skip to content

Commit

Permalink
fix: update max voltage
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbassham committed Apr 15, 2022
1 parent abe2812 commit 24e6e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragonups.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bool DragonUPS::initProperties()
60, IPS_IDLE);

// WeatherInterface
addParameter("SENSOR_VOLTAGE", "Voltage (V)", 12.5, 14.0, 5);
addParameter("SENSOR_VOLTAGE", "Voltage (V)", 12.5, 14.4, 5);
setCriticalParameter("SENSOR_VOLTAGE");

tcpConnection = new Connection::TCP(this);
Expand Down

0 comments on commit 24e6e02

Please sign in to comment.