Skip to content

Commit

Permalink
added new TV Philips OLED 934/12 (#3293)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
MarcelSchm and skotopes authored Dec 15, 2023
1 parent 11ac624 commit 8c4716f
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions applications/main/infrared/resources/infrared/assets/tv.ir
Original file line number Diff line number Diff line change
Expand Up @@ -1686,3 +1686,41 @@ type: parsed
protocol: NEC
address: 40 00 00 00
command: 10 00 00 00
#
# Philips OLED 934/12
#
name: Power
type: parsed
protocol: RC6
address: 00 00 00 00
command: 0C 00 00 00
#
name: Mute
type: parsed
protocol: RC6
address: 00 00 00 00
command: 0D 00 00 00
#
name: Vol_up
type: parsed
protocol: RC6
address: 00 00 00 00
command: 10 00 00 00
#
name: Vol_dn
type: parsed
protocol: RC6
address: 00 00 00 00
command: 11 00 00 00
#
name: Ch_next
type: parsed
protocol: RC6
address: 00 00 00 00
command: 20 00 00 00
#
name: Ch_prev
type: parsed
protocol: RC6
address: 00 00 00 00
command: 21 00 00 00

0 comments on commit 8c4716f

Please sign in to comment.