Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 377 Bytes

README.rst

File metadata and controls

14 lines (9 loc) · 377 Bytes

pywavez

pywavez is a native Python3, asynchronous implementation of the ZWave protocol.

To create a Controller object:

>>> from pywavez import Controller >>> c = await Controller("/dev/ttyACM0")

This will execute a basic initialisation procedure. The returned Controller object can be used to communicate with ZWave components.

Documentation: to be written...