Releases: lawtancool/pyControl4
Releases · lawtancool/pyControl4
v1.0.0b1
Adds support for WebSocket real-time updates from Control4 Director.
This is a beta release, as changes may still be made to accommodate Home Assistant component development.
v0.3.1
Updates contact email in setup.py.
Otherwise, this release is identical to v0.3.0.
v0.3.0
Add blind device support.
v0.2.0
Added relay device support.
v0.1.0
Adds alarm functionality and getItemSetup
director function.
v0.1.0a3
Add alarm keypress functionality and make arm function generic (as different panels have different mode names)
v0.1.0a2
Add getItemSetup
method to director.py
v0.1.0a1
Add alarm functionality.
v0.0.6
Adds the ability to pass a aiohttp.ClientSession
object for use with C4Account
and C4Director
network requests.
v0.0.6a3
Add passing in ClientSession to director.py