Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added additional commands (telnet and http protocols) : DPAD and menus #36

Merged
merged 7 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting
BAIN THOUVEREZ Damien DTSI/BLI authored and BAIN THOUVEREZ Damien DTSI/BLI committed Mar 18, 2024
commit 4c0af8c46aa17dbfd1a78e3b3a197e4b44b8e874
1 change: 0 additions & 1 deletion intg-denonavr/avr.py
Original file line number Diff line number Diff line change
@@ -745,7 +745,6 @@ async def cursor_left(self) -> ucapi.StatusCodes:
else:
await self._receiver.async_get_command(AVR_COMMAND_URL + "?MNCLT")


@async_handle_denonlib_errors
async def cursor_right(self) -> ucapi.StatusCodes:
"""Send cursor right command to AVR."""