Flipper-IRDB/TVs/Sunbrite/Sunbrite.ir
bussardrobbie 945783afea Organize Files
Files are now organized into subdirectories based on manufacturer/brand.
Where possible, files have been updated to a naming standard:
Example: "Brand_Model.ir"

These changes should allow for faster finding of necessary files, and
the naming standard should keep things fairly cohesive across the board.

This is a proposed change and I'm absolutely open to feedback to
make it better before merging- thanks!
2022-05-17 01:28:16 -04:00

81 lines
1.1 KiB
Plaintext

Filetype: IR signals file
Version: 1
#
name: On
type: parsed
protocol: NEC
address: 04 00 00 00
command: 08 00 00 00
#
name: Off
type: parsed
protocol: NEC
address: 04 00 00 00
command: 08 00 00 00
#
name: Menu
type: parsed
protocol: NEC
address: 04 00 00 00
command: 1D 00 00 00
#
name: Exit
type: parsed
protocol: NEC
address: 04 00 00 00
command: 49 00 00 00
#
name: Up
type: parsed
protocol: NEC
address: 04 00 00 00
command: 45 00 00 00
#
name: Left
type: parsed
protocol: NEC
address: 04 00 00 00
command: 47 00 00 00
#
name: Ok
type: parsed
protocol: NEC
address: 04 00 00 00
command: 44 00 00 00
#
name: Right
type: parsed
protocol: NEC
address: 04 00 00 00
command: 48 00 00 00
#
name: Down
type: parsed
protocol: NEC
address: 04 00 00 00
command: 46 00 00 00
#
name: Source
type: parsed
protocol: NEC
address: 04 00 00 00
command: 2F 00 00 00
#
name: Vol_up
type: parsed
protocol: NEC
address: 02 00 00 00
command: 1F 00 00 00
#
name: Vol_down
type: parsed
protocol: NEC
address: 02 00 00 00
command: 1E 00 00 00
#
name: Mute
type: parsed
protocol: NEC
address: 02 00 00 00
command: 1C 00 00 00