We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea1a4a commit fd96279Copy full SHA for fd96279
NEWS.adoc
@@ -147,6 +147,7 @@ https://github.com/networkupstools/nut/milestone/12
147
Tested on A1000 and A2000 units. [#3181]
148
* Hides QX_FLAG_NONUT variables from syslog unless the debug level
149
is raised. [issue #3190, PR #3198]
150
+ * Added support for battery.charge in hunnox subdriver. [#3254]
151
152
- `powerp-bin` and `powerp-txt` driver updates:
153
* Their `upsdrv_initinfo()` methods did not explicitly reference the
test-ups.conf
@@ -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