Skip to content

Commit fd96279

Browse files
committed
Update news.adoc
Signed-off-by: rtm516 <ryantmilner@hotmail.co.uk>
1 parent aea1a4a commit fd96279

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

NEWS.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ https://github.com/networkupstools/nut/milestone/12
147147
Tested on A1000 and A2000 units. [#3181]
148148
* Hides QX_FLAG_NONUT variables from syslog unless the debug level
149149
is raised. [issue #3190, PR #3198]
150+
* Added support for battery.charge in hunnox subdriver. [#3254]
150151

151152
- `powerp-bin` and `powerp-txt` driver updates:
152153
* Their `upsdrv_initinfo()` methods did not explicitly reference the

test-ups.conf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[ups]
2+
driver = nutdrv_qx
3+
desc = "Powercool 1500VA UPS"
4+
port = "auto"
5+
vendorid = 0001
6+
productid = 0000
7+
#bus = 001
8+
novendor
9+
norating
10+
noscanlangid
11+
protocol=hunnox
12+
langid_fix = "0x0409"

0 commit comments

Comments
 (0)