Skip to content

Commit

Permalink
Add IR command for NAD DR2 D7050 D3020 (#4020)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
nikos9742 and skotopes authored Dec 2, 2024
1 parent 0ef9f7d commit 399bcdc
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions applications/main/infrared/resources/infrared/assets/audio.ir
Original file line number Diff line number Diff line change
Expand Up @@ -4650,3 +4650,42 @@ type: parsed
protocol: NECext
address: 7F 01 00 00
command: 69 96 00 00
#
# Model : NAD DR2 remote for NAD D7050 and D3020
#
name: Power
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 25 DA 00 00
#
name: Vol_up
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 88 77 00 00
#
name: Vol_dn
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 8C 73 00 00
#
name: Mute
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 94 6B 00 00
#
name: Next
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 1A E5 00 00
#
name: Prev
type: parsed
protocol: NECext
address: 87 7C 00 00
command: 1D E2 00 00
#

0 comments on commit 399bcdc

Please sign in to comment.