Imported Upstream version 2.7.4

This commit is contained in:
Laurent Bigonville 2016-07-18 02:11:41 +02:00
parent fd413a3168
commit c9cb2187ee
290 changed files with 7473 additions and 2607 deletions

View file

@ -84,6 +84,15 @@ username and password. If you get "access denied" errors, make sure
that your linkman:upsd.users[5] has an entry for you, and that the
username you are using has permissions to SET variables.
VALUE FORMAT
------------
When using *upsrw* to modify a numeric float value, that values must be given
using decimal (base 10) english-based representation, so using a dot, in
non-scientific notation. So hexadecimal, exponents, and comma for thousands
separator are forbiden.
For example: "1200.20" is valid, while "1,200.20" and "1200,20" are invalid.
HISTORY
-------