mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 20:49:49 +04: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:
@@ -1800,3 +1800,31 @@ type: parsed
|
|||||||
protocol: NECext
|
protocol: NECext
|
||||||
address: 01 72 00 00
|
address: 01 72 00 00
|
||||||
command: 44 BB 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
|
||||||
Reference in New Issue
Block a user