Skip to content

Releases: lawtancool/pyControl4

v1.5.0

25 Aug 05:46

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

24 Aug 00:16

Choose a tag to compare

What's Changed

  • Breaking Change: Climate: Separate methods for Celsius and Fahrenheit temperatures

Full Changelog: v1.3.0...v1.4.0

v1.3.0

23 Aug 19:38

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

01 Sep 21:44
a0cb2e8

Choose a tag to compare

What's Changed

  • Removed quotes in getItemsetup by @simonk83 in #30
    • This should help resolve setup failures in some systems

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

28 Aug 05:25

Choose a tag to compare

What's Changed

  • Dependency change! Replaced python-socketio v4 dependency with socketio_v4 from @bdraco: #32
    • This was done to unblock Home Assistant's upgrade to newer python-socketio versions.

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

25 Nov 03:55

Choose a tag to compare

Add InvalidCategory error handling

v1.1.1

25 Nov 03:44

Choose a tag to compare

Improve error message parsing

v1.1.0

15 Feb 03:41
8f96a17

Choose a tag to compare

What's Changed since v1.0.0b6

New Contributors

Full Changelog: v1.0.0b6...v1.1.0

v1.0.0b6

07 Jan 02:36

Choose a tag to compare

v1.0.0b6 Pre-release
Pre-release

Adds connect_callback, disconnect_callback parameters and item_callbacks property to C4Websocket.

v1.0.0b5

29 Dec 22:55

Choose a tag to compare

v1.0.0b5 Pre-release
Pre-release

Breaking changes for C4Websocket

  • renamed "device" functions to "item" to better reflect that Control4 item IDs are being passed in
  • director_bearer_token is now passed into sio_connect(), to allow token refreshes without re-init C4Websocket
  • added sio_disconnect()