Skip to content

Commit 78b00ac

Browse files
committed
Updated README.
1 parent b6ee521 commit 78b00ac

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ The module itself requires only Python (known to work with versions 2.6 through
1919
from nut2 import PyNUTClient
2020
client = PyNUTClient()
2121
client.help()
22+
client.list_ups()
23+
client.list_vars("My_UPS")
2224
```
2325

24-
Please note that the `nut2` API is currently **unstable** and subject to
25-
change. This module has intentionally and completely broken backwards
26-
compatibility with PyNUT.
26+
Please note that this module has completely and intentionally broken
27+
backwards compatibility with PyNUT 1.X.
2728

2829
## Installation
2930

0 commit comments

Comments
 (0)