Ynca

Latest version: v5.14.0

Safety actively analyzes 629436 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

3.11.0

What's Changed

* Add "RX-V475" modelinfo

**Full Changelog**: https://github.com/mvdwetering/ynca/compare/v3.10.0...v3.11.0

3.10.0

What's Changed

* Add "5ch Stereo" soundprg

**Full Changelog**: https://github.com/mvdwetering/ynca/compare/v3.9.0...v3.10.0

3.9.0

What's Changed

* Log all responses in `communication_log_items`, including error responses like UNDEFINED and RESTRICTED
* Add `send_raw()` method to enable sending of raw YNCA commands
* Fix misc typing info related issues

**Full Changelog**: https://github.com/mvdwetering/ynca/compare/v3.8.0...v3.9.0

3.8.0

What's Changed

* Renaming of volume related attributes to match YNCA API naming, see deprecations section below for details.
* `min_volume` has been removed as it is not provided by the YNCA API

Deprecations

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

* `max_volume` has been renamed to `maxvol`
* `volume` has been renamed to `vol`
* `volume_up` has been renamed to `vol_up`
* `volume_down` has been renamed to `vol_down`
* `min_volume` has been removed as it is not provided by the YNCA API

For more deprecation notices see older release notes

**Full Changelog**: https://github.com/mvdwetering/ynca/compare/v3.7.0...v3.8.0

3.7.0

What's Changed

* Added optional communication logging (useful for debugging)
* Improve `ynca_server` responses (allows for better testing without real receiver)
* Added `get_inputinfo_list` which replaces `get_all_zone_inputs`


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.

* `input` has been renamed to `inp`
* `get_inputinfo_list` replaces `get_all_zone_inputs`

For more deprecation notices see older release notes

**Full Changelog**: https://github.com/mvdwetering/ynca/compare/v3.6.0...v3.7.0

3.6.0

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**: https://github.com/mvdwetering/ynca/compare/v3.5.0...v3.6.0

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.