pyhomeworks Package
Package to connect to Lutron Homeworks Series-4 and Series-8 systems. The controller is connected by an RS232 port to an Ethernet adaptor (NPort).
Example:
from time import sleep
from pyhomeworks import Homeworks
def callback(msg,data):
print(msg,data)
hw = Homeworks( 'host.test.com', 4008, callback )
hw.start()
# Sleep for 10 seconds waiting for a callback
sleep(10.)
# Close the interface and stop the worker thread
hw.stop()
Release files for pyhomeworks 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyhomeworks-1.0.0.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyhomeworks-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.6 kB
Release files / pyhomeworks-1.0.0.tar.gz
| Download URL | pyhomeworks-1.0.0.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c219dbdb92ea830e6a337e46941e0d5ae40ee7b76b87250e830d3453995a31dd
|
|
BLAKE2b-256 checksum How to use checksums |
75ee6e3d957a28e61d4b7cb3c33c878fc6f0b6493d560d0ea9f9e54f7d322c3e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.2
|
Release files / pyhomeworks-1.0.0-py3-none-any.whl
| Download URL | pyhomeworks-1.0.0-py3-none-any.whl |
|---|---|
| Size | 6.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
52055bdbe943238c22950ffbf84b8aa3642c069c88c5366a58da0e9487289a8b
|
|
BLAKE2b-256 checksum How to use checksums |
437e3a4beeea439b6550ecb25ffdeb42b5581dd93295869e29ea3b8858771bb4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.2
|