ol-iver / denonavr

Automation Library for Denon AVR receivers.
MIT License
176 stars 67 forks source link

README updates for async #220

Closed prcutler closed 3 years ago

prcutler commented 3 years ago

Continuing the conversation from Issue #219 here is an updated README.md that includes some of the newer async commands.

I couldn't figure out how to add Zone 2 from the asyncio REPL and the async volume commands didn't work for me either in the REPL. I'd like to update the docs at some point to include those the async way.

It's a start - this might be helpful for some users that want to know the new async methods. I'm still trying to learn async myself, so there were things I couldn't test. If anyone wants to give me any pointers to test zones or volume, I'm happy to keep updating the docs.

I broke out the async methods into Power & Input, Sound, and Other methods. Like the original readme I kept the note to that async methods are preferred and added text that the legacy methods it might be deprecated in the future.

Let me know if you have any feedback or want anything changed.

Thanks!

--P

ol-iver commented 3 years ago

thank you 😄