Skip to content

Commit 81455d1

Browse files
committed
drivers/nutdrv_qx_voltronic-qs.c, NEWS.adoc: bump VOLTRONIC_QS_VERSION and reword the news entry [#3521]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent d886479 commit 81455d1

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

NEWS.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ https://github.com/networkupstools/nut/milestone/13
8383
recent NUT releases caught a mismatch in `ups.load` reading. [issue #3532]
8484
* Modified `voltronic-qs` subdriver to request the QI command, supplying
8585
NUT with battery charge, runtime, input frequency, output current, and
86-
input transfer low/high values.
86+
input transfer low/high values on devices which support it (`H`, `I`, `J`
87+
protocols, e.g. Powershield PSDR800). [#3521]
8788

8889
- Introduced a new NUT driver named `ragtech` which provides support for the
8990
Ragtech "Easy Pro" family of line-interactive UPS units (also sold under

docs/nut.dict

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
personal_ws-1.1 en 3790 utf-8
1+
personal_ws-1.1 en 3792 utf-8
22
AAC
33
AAS
44
ABI
@@ -984,6 +984,7 @@ PROTVER
984984
PRs
985985
PSA
986986
PSD
987+
PSDR
987988
PSF
988989
PSFn
989990
PSGPSER
@@ -1057,6 +1058,7 @@ PowerWalker
10571058
PowerWare
10581059
Powerchute
10591060
Powercool
1061+
Powershield
10601062
Powervar
10611063
Powervar's
10621064
Powerwell

drivers/nutdrv_qx_voltronic-qs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#include "nutdrv_qx_voltronic-qs.h"
2727

28-
#define VOLTRONIC_QS_VERSION "Voltronic-QS 0.10"
28+
#define VOLTRONIC_QS_VERSION "Voltronic-QS 0.11"
2929

3030
/* Support functions */
3131
static int voltronic_qs_claim(void);

0 commit comments

Comments
 (0)