You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select_listening_mode now accepts arguments mode_name or mode_id (requires one argument)
select_source now accepts arguments source or source_id (requires one argument)
Breaking Changes
The listening_mode argument of select _listening_mode has been renamed to mode_name
Most PioneerAVR methods now raise exceptions derived from PioneerError when an error is encountered, rather than returning false, None or similar error value. Some instances that currently raise ValueError or SystemError will also raise PioneerError subclasses in the near future
send_raw_request no longer accepts an argument ignore_error and will always raise exceptions on error. Use ignore_error with send_command to have exceptions handled for you
asyncio yields have been optimised and minimised, which may cause certain sequences of operations to happen in a different order
All Changes
Update class methods to throw exceptions on error ef2c580