Skip to content

spacedentist/pywavez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Native asynchronous Python3 implementation of the ZWave protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published