Skip to content

Releases: N0ciple/pykefcontrol

0.7.1

20 Feb 20:30
3769677
Compare
Choose a tag to compare

Version 0.7.1

Bug Fix 🐛

Fix issue with async version of get_speaker_model and get_firmware_version.

0.7

23 Apr 19:31
Compare
Choose a tag to compare
0.7

Version 0.7 - Now compatible with LSX II and LS60

Info ℹ️

  • Pykefcontrol is now compatible with LSX II and LS60 !

New Feature ✨

  • Add speaker_model and firmware_version properties.

Warning ⚠️

  • song_sattus argument of the poll_speaker method is now deprecated. Please use poll_song_status instead. It has the same behaviour.

0.6.2

12 Mar 19:27
Compare
Choose a tag to compare

Version 0.6.2

Info ℹ️

  • Pykefcontrol should be compatible with LSX 2 and LS60 but testers are needed. If interesed, see here

Bug Fix 🐛

  • modify the method poll_speaker to prevent it from failling if song_status is not properly returned by the speaker
  • regenerate the queue_id if the parameter song_status is changed by the user in the method poll_speaker

0.6.1

11 Dec 11:50
Compare
Choose a tag to compare

Version 0.6.1

Bug Fix 🐛

  • Correct a critical bug in v0.6 which was caused by a typo.

New Feature ✨

  • Add parameter song_status to the method poll_queue to enable or disable song_status polling. See README.md for details.

0.6

11 Dec 00:31
Compare
Choose a tag to compare
0.6

Add method poll_speaker that returns the last changes made to properties since the last poll.
See README.md ( Information polling) for more details.