Skip to content

Releases: rafaelurben/python-mystrom

Version 2.1.0

29 Dec 00:00
Immutable release. Only release title and notes can be modified.
cc14276

Choose a tag to compare

Warning

The return type of MyStromBulb.get_device_information() was fixed. It now only returns the data for the bulb with the specified MAC address and no longer a dictionary of all devices.

Improvements

  • Updated MyStromDeviceFinder.find_all() to be more resilient against network failures and other applications listening on the same port (by @saksham-45 in #109)
  • Updated MyStromDeviceFactory handling of already found devices to allow ip address changes (by @saksham-45 in #109)

Fixes

  • Fixed accidental double nesting in MyStromBulb POST actions (by @saksham-45 in #109)
  • Fixed return type of MyStromBulb.get_device_information() to only return the data for this bulb (by @saksham-45 in #109)
  • Updated dependencies

New contributors

Version 2.0.0

12 Jul 18:11
8d20a8f

Choose a tag to compare

Caution

This version contains breaking changes! Existing code will most likely not be compatible with this version!

What's new?

  • The library has been refactored to use more modern patterns and strict typing.
  • Added better support for MyStrom Wi-Fi Switches using a subclass.
  • Added better support for MyStrom Bulb using a subclass.
  • Added documentation
  • Terminology: Now uses find instead of search.

Version 1.0.5

13 May 20:25
6374aa3

Choose a tag to compare

  • #67 Fixed TypeError if no device type is given in init - @jrast
  • Updated dependencies

Version 1.0.4

04 Feb 11:58

Choose a tag to compare

v1.0.4

v1.0.4

Version 1.0.3

03 Feb 15:16

Choose a tag to compare

v1.0.3

v1.0.3

Version 1.0.2

03 Feb 07:28

Choose a tag to compare

v1.0.2

v.1.0.2