We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ee521 commit 78b00acCopy full SHA for 78b00ac
1 file changed
README.md
@@ -19,11 +19,12 @@ The module itself requires only Python (known to work with versions 2.6 through
19
from nut2 import PyNUTClient
20
client = PyNUTClient()
21
client.help()
22
+client.list_ups()
23
+client.list_vars("My_UPS")
24
```
25
-Please note that the `nut2` API is currently **unstable** and subject to
-change. This module has intentionally and completely broken backwards
26
-compatibility with PyNUT.
+Please note that this module has completely and intentionally broken
27
+backwards compatibility with PyNUT 1.X.
28
29
## Installation
30
0 commit comments