Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added full Newline remote #579

Merged
merged 5 commits into from
Oct 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 172 additions & 0 deletions TVs/Enseo/Enseo_full.ir
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
Filetype: IR signals file
Version: 1
#
# Enseo TV
#
name: Power
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 02 00 00 00
#
name: Vol_up
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 06 00 00 00
#
name: Vol_dn
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 0C 00 00 00
#
name: Mute
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 04 00 00 00
#
name: Ch_next
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 08 00 00 00
#
name: Ch_prev
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 0E 00 00 00
#
name: Play Pause
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 23 00 00 00
#
name: Fast forward
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 24 00 00 00
#
name: Rewind
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 22 00 00 00
#
name: Stop
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 25 00 00 00
#
name: Input
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 37 00 00 00
#
name: Sleep
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 33 00 00 00
#
name: Up
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 07 00 00 00
#
name: Down
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 0D 00 00 00
#
name: Left
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 09 00 00 00
#
name: Right
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 0B 00 00 00
#
name: Ok
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 0A 00 00 00
#
name: Back
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 3A 00 00 00
#
name: Pg +
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 43 00 00 00
#
name: Pg -
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 44 00 00 00
#
name: Exit
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 3B 00 00 00
#
name: Info
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 38 00 00 00
#
name: Guide
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 36 00 00 00
#
name: Menu
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 18 00 00 00
#
name: CC
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 30 00 00 00
#
name: Audio
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 45 00 00 00
#
name: Last ch
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 1B 00 00 00
#
name: Netflix
type: parsed
protocol: NEC
address: 6E 00 00 00
command: 2A 00 00 00
Loading