Skip to content

v3.6.0

Choose a tag to compare

@mvdwetering mvdwetering released this 17 Jul 18:35
· 613 commits to master since this release

What's Changed

  • More robust protocol handling
  • Added get_modelinfo to get supported features for a specific receiver that can not be deduced from the YNCA protocol.
  • get_all_zone_inputs now returns a list of all known inputs if a list of specific inputs for the connected receiver could not be determined
  • Extended SoundPrg list

Deprecations

The following attributes have been renamed to better match the naming in the YNCA protocol.
The old attributse will be removed in the next major version, until then backward compatibility code is available.

  • inputs has been renamed to inp_names
  • name has been renamed to zonename
  • scenes has been renamed to scenenames

For more deprecation notices see older release notes

Full Changelog: v3.5.0...v3.6.0