lawtancool / pyControl4

Python 3 asyncio package for interacting with Control4 systems
https://lawtancool.github.io/pyControl4
Apache License 2.0
38 stars 16 forks source link

Add support for blinds. #10

Closed brunchboy closed 2 years ago

brunchboy commented 2 years ago

This works great with the blinds in my home, further confirming that your library is compatible with OS 2.0. I ran your suggested flake8 linter, and it only complained about long lines (no longer than were found in the existing lights.py that I based this on, however, so I thought they were probably fine), and ran Black to fix up the format (there was one missing and one extra blank line).

Hopefully you will find this useful!

brunchboy commented 2 years ago

Oh, I should have made it clear that if you accept this, it fixes issue #9 😄

brunchboy commented 2 years ago

I just noticed that my clone wasn’t properly configured to use my email address, so the commit wasn’t properly signed. I am closing this PR and will submit a new version from a branch where the commit is verified. The content of the new file is the same.