miracle2k / onkyo-eiscp

Control Onkyo A/V receivers over the network; usuable as a script, or as a Python library.
MIT License
466 stars 110 forks source link

Fix unicode errors from malformed protocol import #122

Closed peskdale closed 3 years ago

peskdale commented 3 years ago

Fixes #117.

This only corrects commands with unexpected unicode quotation marks.

There are a couple of other broken commands with ellipses which I don't have the knowledge (or hardware) to fix.

miracle2k commented 3 years ago

Thanks!