Skip to content

Commit

Permalink
Added generic projector (thanks lht!)
Browse files Browse the repository at this point in the history
  • Loading branch information
UberGuidoZ authored Oct 5, 2023
1 parent a93f83e commit 6b6cdfc
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions Projectors/BrandUnknown/Generic_Projector.ir
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
Filetype: IR signals file
Version: 1
#
# Generic Projector
#
name: Power
type: parsed
protocol: NEC
address: 00 00 00 00
command: A8 00 00 00
#
name: Projection
type: parsed
protocol: NEC
address: 00 00 00 00
command: D6 00 00 00
#
name: Input
type: parsed
protocol: NEC
address: 00 00 00 00
command: 97 00 00 00
#
name: Up
type: parsed
protocol: NEC
address: 00 00 00 00
command: 95 00 00 00
#
name: Down
type: parsed
protocol: NEC
address: 00 00 00 00
command: 9A 00 00 00
#
name: OK
type: parsed
protocol: NEC
address: 00 00 00 00
command: 9E 00 00 00
#
name: Left
type: parsed
protocol: NEC
address: 00 00 00 00
command: 9B 00 00 00
#
name: Right
type: parsed
protocol: NEC
address: 00 00 00 00
command: 99 00 00 00
#
name: Menu
type: parsed
protocol: NEC
address: 00 00 00 00
command: 91 00 00 00
#
name: Back
type: parsed
protocol: NEC
address: 00 00 00 00
command: A4 00 00 00
#
name: Play/Pause
type: parsed
protocol: NEC
address: 00 00 00 00
command: 93 00 00 00
#
name: Mute
type: parsed
protocol: NEC
address: 00 00 00 00
command: 88 00 00 00
#
name: VOL+
type: parsed
protocol: NEC
address: 00 00 00 00
command: 8C 00 00 00
#
name: VOL-
type: parsed
protocol: NEC
address: 00 00 00 00
command: 9C 00 00 00
#
name: Next
type: parsed
protocol: NEC
address: 00 00 00 00
command: 82 00 00 00
#
name: Prev
type: parsed
protocol: NEC
address: 00 00 00 00
command: 98 00 00 00

0 comments on commit 6b6cdfc

Please sign in to comment.