1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-12 20:59:50 +04:00

Add IR command for NAD DR2 D7050 D3020 (#4020)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nicolas Marie-Magdelaine PhD
2024-12-02 08:15:29 +01:00
committed by GitHub
parent 0ef9f7d308
commit 399bcdcc13

View File

@@ -4650,3 +4650,42 @@ type: parsed
protocol: NECext protocol: NECext
address: 7F 01 00 00 address: 7F 01 00 00
command: 69 96 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
#