Skip to content

cuesdk v3.0.0

Compare
Choose a tag to compare
@intrueder intrueder released this 27 Jun 15:12
· 15 commits to master since this release

Changelog

  • Remove dependency from ctypes in client code (c42f8dd)
  • Adjust examples (852956b)

Breaking changes:

  • set_led_colors_buffer_by_device_index accepts now a list of CorsairLedColor elements instead of dict (3c0793c)
  • get_led_colors_by_device_index now returns a list of CorsairLedColor elements instead of dict (3c0793c)

for old behavior _set_led_colors_buffer_by_device_index and _get_led_colors_by_device_index can be used, but they will be removed in next releases