mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-16 21:38:39 +00:00
Added new IR commands (#3480)
Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
1bef579b82
commit
0c465f7eb3
1 changed files with 28 additions and 0 deletions
|
@ -1800,3 +1800,31 @@ type: parsed
|
|||
protocol: NECext
|
||||
address: 01 72 00 00
|
||||
command: 44 BB 00 00
|
||||
#
|
||||
# Koro Box
|
||||
#
|
||||
name: Power
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 18 00 00 00
|
||||
#
|
||||
# Toshiba Amazon TV
|
||||
#
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 0E 00 00 00
|
||||
#
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 0F 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 17 00 00 00
|
Loading…
Add table
Reference in a new issue