mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-09 22:44:27 +00:00
fix: changed naming for some buttons to fit naming scheme
This commit is contained in:
parent
da06b6416e
commit
4023a3413f
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Amazon Basics TV Remote
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
@ -39,19 +39,19 @@ protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 49 B6 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 0C F3 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 19 E6 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
|
@ -27,13 +27,13 @@ protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 0F 00 00 00
|
||||
#
|
||||
name: Vol_min
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol_max
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
@ -117,7 +117,7 @@ protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 4C 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
|
@ -4,37 +4,37 @@ Version: 1
|
||||
# BBK TV 43LEM-1071/FTS2C
|
||||
# Possibly could be used for other LEM-10x models
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 DF 00 00
|
||||
command: 1C E3 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 DF 00 00
|
||||
command: 4B B4 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 DF 00 00
|
||||
command: 4F B0 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 DF 00 00
|
||||
command: 08 F7 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 DF 00 00
|
||||
command: 09 F6 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 DF 00 00
|
||||
|
@ -4,7 +4,7 @@ Version: 1
|
||||
# Bauhn TV ATV_50HD4
|
||||
# by sealldeveloper
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 01 72 00 00
|
||||
@ -70,31 +70,31 @@ protocol: NECext
|
||||
address: 01 72 00 00
|
||||
command: 19 E6 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 01 72 00 00
|
||||
command: 0A F5 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 01 72 00 00
|
||||
command: 06 F9 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 01 72 00 00
|
||||
command: 5C A3 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 01 72 00 00
|
||||
command: 48 B7 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 01 72 00 00
|
||||
|
@ -5,13 +5,13 @@ Version: 1
|
||||
#
|
||||
# Likely works for BW-PCM3
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: A0 B7 00 00
|
||||
command: E9 16 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: A0 B7 00 00
|
||||
|
@ -21,7 +21,7 @@ protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 02 FD 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Brandt B3230HD TV
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -1,13 +1,13 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 40 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
@ -175,25 +175,25 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 9226 4418 657 509 627 511 625 1617 624 515 622 517 622 517 622 517 622 518 621 1623 621 1623 621 518 621 1624 620 1624 620 1624 620 1624 620 1624 619 519 596 1649 619 1625 619 1624 620 1625 619 519 595 544 618 521 618 1650 594 544 595 544 595 544 594 545 595 1649 570 1674 570 1674 595 39854 9195 2192 621
|
||||
#
|
||||
name: Ch_up
|
||||
name: CH+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 9200 4445 656 510 628 511 626 1616 626 514 623 542 597 542 597 542 597 542 597 1648 596 1648 596 543 596 1648 596 1648 596 1648 596 1648 596 1648 596 543 596 543 595 1649 595 1648 596 543 595 544 596 543 594 545 596 1648 595 1649 593 545 595 543 595 1650 595 1648 595 1649 595 1649 595 39850 9193 2218 595 95963 9218 2218 596 95989 9193 2219 595
|
||||
#
|
||||
name: Ch_down
|
||||
name: CH-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 9226 4417 657 508 628 511 625 1617 624 515 622 517 622 517 621 517 622 517 622 1622 621 1623 620 518 621 1622 622 1623 620 1623 621 1623 621 1623 620 518 621 518 620 518 621 1623 621 1623 619 519 620 518 620 518 621 1624 620 1623 595 1649 619 519 620 519 619 1625 619 1648 596 1625 594 39874 9194 2192 620 95968 9197 2242 571
|
||||
#
|
||||
name: Volume_up
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 9205 4446 630 536 628 511 627 1616 626 539 598 542 597 542 597 542 597 542 597 1647 597 1647 597 542 597 1647 597 1648 596 1648 596 1648 596 1648 596 1648 596 1648 596 542 597 1648 596 542 597 542 597 543 597 542 597 542 597 543 597 1648 596 543 596 1648 596 1648 596 1648 596 1648 596 39850 9202 2218 596 95967 9230 2217 597
|
||||
#
|
||||
name: Volume_down
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# ContinentalEdison CELED32JBL7 TV
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
@ -117,31 +117,31 @@ protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 30 00 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
|
@ -3,37 +3,37 @@ Version: 1
|
||||
#
|
||||
# Cranker TV (Generic)
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 0E 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 9225 4476 586 1675 613 527 612 529 610 530 609 532 607 558 581 558 582 559 581 559 581 1681 581 1681 581 1681 581 1681 581 1681 581 1681 581 1681 581 1683 581 1681 581 1681 581 1681 581 559 581 559 581 558 582 559 580 559 581 559 581 559 581 559 581 1681 581 1681 581 1682 580 1682 581
|
||||
#
|
||||
name: Ch_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: Ch_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
|
@ -7,31 +7,31 @@ protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 52 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 53 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: Ch_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 03 00 00 00
|
||||
#
|
||||
name: Ch_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
|
@ -3,37 +3,37 @@ Version: 1
|
||||
#
|
||||
# DYON Movie Smart 32 XT
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 40 40 00 00
|
||||
command: 0A F5 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 40 40 00 00
|
||||
command: 0F F0 00 00
|
||||
#
|
||||
name: Vol +
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 40 40 00 00
|
||||
command: 15 EA 00 00
|
||||
#
|
||||
name: Vol -
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 40 40 00 00
|
||||
command: 1C E3 00 00
|
||||
#
|
||||
name: Ch +
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 40 40 00 00
|
||||
command: 1F E0 00 00
|
||||
#
|
||||
name: Ch -
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 40 40 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# DUAL DL-32HD-002 TV
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
|
@ -19,7 +19,7 @@ protocol: NECext
|
||||
address: 86 05 00 00
|
||||
command: 0C F3 00 00
|
||||
#
|
||||
name: Vol_dn
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 86 05 00 00
|
||||
@ -31,7 +31,7 @@ protocol: NECext
|
||||
address: 86 05 00 00
|
||||
command: 0A F5 00 00
|
||||
#
|
||||
name: Ch_dn
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 86 05 00 00
|
||||
|
@ -109,25 +109,25 @@ protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 41 BE 00 00
|
||||
#
|
||||
name: Volume Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 0C F3 00 00
|
||||
#
|
||||
name: Volume Down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 19 E6 00 00
|
||||
#
|
||||
name: Channel Up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 0F F0 00 00
|
||||
#
|
||||
name: Channel Down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
|
@ -4,7 +4,7 @@ Version: 1
|
||||
# EliteLux L32HD1000
|
||||
# by sealldeveloper
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 7F 00 00
|
||||
|
@ -1,13 +1,13 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 337 1695 339 664 340 664 339 665 338 664 339 693 310 1695 339 1696 338 693 310 1697 337 666 337 693 310 693 310 1723 311 692 311 44457 309 1723 310 692 311 692 311 692 311 693 310 1723 310 694 334 669 334 1700 333 672 331 1703 330 1727 306 1704 330 697 306 1727 306 42378 309 1724 333 670 333 670 333 672 331 673 330 673 330 1704 329 1704 329 674 329 1727 306 698 305 698 305 698 305 1728 305 698 305 44436 309 1724 334 670 333 671 332 672 331 697 306 1728 306 674 329 697 306 1728 306 698 306 1728 306 1727 306 1728 305 698 305 1727 306 42378 309 1724 334 669 334 671 332 672 330 673 330 697 306 1703 330 1727 306 697 306 1727 306 697 306 698 305 697 306 1728 305 697 306 44431 309 1724 334 670 333 670 333 672 331 696 306 1727 306 697 306 697 306 1727 306 697 306 1727 306 1727 306 1727 306 697 306 1728 305 42373 309 1724 334 670 333 670 333 671 332 697 306 697 306 1727 305 1727 306 697 306 1728 305 697 306 697 306 697 306 1727 306 697 306 44427 309 1724 334 669 334 670 333 672 331 697 306 1728 306 697 306 697 306 1727 306 697 306 1727 306 1727 306 1727 306 697 306 1728 305
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
@ -25,13 +25,13 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 337 1694 340 693 310 665 339 693 310 666 338 1697 337 1696 338 665 338 693 310 1724 310 665 339 693 309 693 310 1723 311 692 311 44448 337 1723 311 692 311 692 311 692 311 691 312 691 312 691 312 1722 311 1723 310 693 335 1700 334 1701 333 1702 332 696 307 1727 307
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 310 1696 337 664 339 693 310 693 310 665 338 666 337 665 338 1696 338 665 338 1723 310 666 337 693 310 693 310 1723 310 693 310 45493 309 1724 309 693 310 693 310 692 311 692 311 1722 311 1723 310 693 310 1724 334 669 334 1700 331 1701 308 1727 331 673 330 1703 330 41342 333 1699 334 670 333 670 333 671 332 672 331 671 332 672 331 1702 331 671 332 1702 331 672 331 672 331 672 331 1702 331 672 331 45459 333 1699 334 670 333 671 332 696 306 673 331 1701 332 1702 331 672 331 1702 331 672 331 1702 331 1702 331 1701 332 672 331 1702 331
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 80 00 00 00
|
||||
@ -115,19 +115,19 @@ protocol: NEC
|
||||
address: 80 00 00 00
|
||||
command: 5B 00 00 00
|
||||
#
|
||||
name: vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 80 00 00 00
|
||||
command: 1A 00 00 00
|
||||
#
|
||||
name: vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 80 00 00 00
|
||||
command: 1E 00 00 00
|
||||
#
|
||||
name: mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 80 00 00 00
|
||||
|
@ -4,7 +4,7 @@ Version: 1
|
||||
# Hisense TV 32A4HAU
|
||||
# by sealldeveloper
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
@ -46,25 +46,25 @@ protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 15 EA 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 44 BB 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 43 BC 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 4A B5 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
@ -76,7 +76,7 @@ protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 20 DF 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
|
@ -4,7 +4,7 @@ Version: 1
|
||||
# Hisense 65K3300UW
|
||||
# by sealldeveloper
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
@ -22,7 +22,7 @@ protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 43 BC 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
|
@ -115,7 +115,7 @@ protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 0C F3 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
@ -127,13 +127,13 @@ protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 1F E0 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 44 BB 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Hisense EN3Y39H TV
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
@ -15,25 +15,25 @@ protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 12 ED 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 44 BB 00 00
|
||||
#
|
||||
name: Vol_dn
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 43 BC 00 00
|
||||
#
|
||||
name: Ch_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 4A B5 00 00
|
||||
#
|
||||
name: Ch_dn
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
@ -153,7 +153,7 @@ protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 00 FF 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
@ -85,31 +85,31 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 8992 4406 626 480 626 480 626 1596 653 453 654 452 654 452 654 452 654 453 653 1567 654 1568 654 478 628 1569 653 1568 654 1569 653 1569 653 1570 652 478 627 1595 627 479 626 1596 625 1597 624 482 623 483 623 483 623 1600 622 484 622 1600 622 484 622 484 622 1600 622 1600 622 1600 622
|
||||
#
|
||||
name: Volume Up
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 8990 4407 626 479 627 479 627 1596 626 479 627 480 681 425 681 425 681 425 681 1541 680 1542 679 428 626 1596 626 1596 626 1596 626 1596 626 1596 626 480 626 1597 625 481 625 482 624 506 600 506 600 506 600 507 599 1624 622 483 623 1599 623 1599 623 1599 623 1600 622 1600 622 1600 622 39912 8909 2138 623 95460 8906 2140 623
|
||||
#
|
||||
name: Volume Down
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 8990 4406 626 481 625 481 625 1595 627 481 625 481 653 453 654 452 654 452 654 1567 654 1568 654 453 653 1568 654 1569 653 1569 653 1569 653 1570 652 1594 627 1595 626 479 626 480 625 481 624 482 624 483 623 483 623 483 623 484 622 1600 622 1600 622 1600 622 1600 622 1600 622 1600 622 39913 8911 2137 622 95438 8934 2136 623
|
||||
#
|
||||
name: Channel Up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 00 00 00 00
|
||||
#
|
||||
name: Channel Down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 01 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -3,19 +3,19 @@ Version: 1
|
||||
#
|
||||
# Hisense TV ZDB2190126
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 0D F2 00 00
|
||||
#
|
||||
name: Vol_Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 44 BB 00 00
|
||||
#
|
||||
name: Vol_Down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
@ -51,19 +51,19 @@ protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 18 E7 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 0E F1 00 00
|
||||
#
|
||||
name: Ch_Up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 4A B5 00 00
|
||||
#
|
||||
name: Ch_Down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
@ -13,31 +13,31 @@ protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 38 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: Chan_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 20 00 00 00
|
||||
#
|
||||
name: Chan_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
|
@ -7,37 +7,37 @@ Version: 1
|
||||
# 43HL8000 49HL8000 55HL8000K 43HL8000K 43HE4000 40HE4001 49HE4000 40HE4000 32HE4500 43HK6000
|
||||
# 43HK6001 32HE4500K 55HL8000 24HE2001 65HL7000 43F501HK6000 55HL9000G 49HL7000 49HK6000
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: Vol_Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol_Down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: CH_Up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 20 00 00 00
|
||||
#
|
||||
name: CH_Down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 21 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Hitachi SmartTV 43140
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
@ -15,31 +15,31 @@ protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 30 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: Chan_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 20 00 00 00
|
||||
#
|
||||
name: Chan_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
command: 21 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 03 00 00 00
|
||||
|
@ -5,7 +5,7 @@ Version: 1
|
||||
# Captured 2023/09/23
|
||||
# Image: https://i.imgur.com/mNXB47y.jpeg
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
@ -101,19 +101,19 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
|
12
TVs/LG/LG.ir
12
TVs/LG/LG.ir
@ -3,37 +3,37 @@ Version: 1
|
||||
#
|
||||
# For LG TV Unknown Model
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 08 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Chan_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 00 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 03 00 00 00
|
||||
#
|
||||
name: Chan_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# LG_32LN5406 TV
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -21,7 +21,7 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 03 00 00 00
|
||||
#
|
||||
name: VolumeUp
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
@ -75,13 +75,13 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: BA 00 00 00
|
||||
#
|
||||
name: ChanUp
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 00 00 00 00
|
||||
#
|
||||
name: ChanDown
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
@ -133,19 +133,19 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 44 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 03 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
@ -19,19 +19,19 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 43 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: Volume_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Volume_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -13,7 +13,7 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 00 00 00 00
|
||||
#
|
||||
name: Channel_dn
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
@ -25,7 +25,7 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Vol_dn
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -21,25 +21,25 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 44 00 00 00
|
||||
#
|
||||
name: Ch up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 00 00 00 00
|
||||
#
|
||||
name: Ch down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 01 00 00 00
|
||||
#
|
||||
name: Vol up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Vol down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -34,13 +34,13 @@ protocol: NECext
|
||||
address: 85 7C 00 00
|
||||
command: 90 6F 00 00
|
||||
#
|
||||
name: VolUp
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 85 7C 00 00
|
||||
command: 8F 70 00 00
|
||||
#
|
||||
name: Voldwn
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 85 7C 00 00
|
||||
|
@ -7,7 +7,7 @@ protocol: RC5
|
||||
address: 00 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
|
@ -9,31 +9,31 @@ protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 00 FF 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 48 B7 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 49 B6 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 4A B5 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
command: 4B B4 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 BF 00 00
|
||||
|
@ -3,37 +3,37 @@ Version: 1
|
||||
#
|
||||
# Manta TV 2
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: A0 00 00 00
|
||||
command: 5F 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: A0 00 00 00
|
||||
command: 40 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: A0 00 00 00
|
||||
command: 5D 00 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: A0 00 00 00
|
||||
command: 03 00 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: A0 00 00 00
|
||||
command: 1F 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: A0 00 00 00
|
||||
|
@ -27,13 +27,13 @@ protocol: NEC
|
||||
address: 19 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: CHAN +
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 19 00 00 00
|
||||
command: 4C 00 00 00
|
||||
#
|
||||
name: CHAN -
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 19 00 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Medion Smart TV MD31802
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 01 00 00 00
|
||||
@ -75,7 +75,7 @@ protocol: RC5
|
||||
address: 01 00 00 00
|
||||
command: 00 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 01 00 00 00
|
||||
@ -87,25 +87,25 @@ protocol: RC5
|
||||
address: 01 00 00 00
|
||||
command: 30 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 01 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 01 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 01 00 00 00
|
||||
command: 20 00 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 01 00 00 00
|
||||
|
@ -3,31 +3,31 @@ Version: 1
|
||||
#
|
||||
# Mivar TV
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 FB 00 00
|
||||
command: 0A F5 00 00
|
||||
#
|
||||
name: Vol_Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 FB 00 00
|
||||
command: 58 A7 00 00
|
||||
#
|
||||
name: Vol_Down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 FB 00 00
|
||||
command: 4B B4 00 00
|
||||
#
|
||||
name: Ch_Up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 FB 00 00
|
||||
command: 1F E0 00 00
|
||||
#
|
||||
name: Ch_Down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 FB 00 00
|
||||
@ -81,7 +81,7 @@ protocol: NECext
|
||||
address: 00 FB 00 00
|
||||
command: 4A B5 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 FB 00 00
|
||||
|
@ -45,25 +45,25 @@ protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 1A 00 00 00
|
||||
#
|
||||
name: VolUp
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 0E 00 00 00
|
||||
#
|
||||
name: VolDown
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 0F 00 00 00
|
||||
#
|
||||
name: ChUp
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: ChDown
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
|
@ -19,13 +19,13 @@ protocol: NECext
|
||||
address: EA C7 00 00
|
||||
command: 03 FC 00 00
|
||||
#
|
||||
name: Volume Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: EA C7 00 00
|
||||
command: 0F F0 00 00
|
||||
#
|
||||
name: Volume Down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: EA C7 00 00
|
||||
|
@ -1,13 +1,13 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
|
@ -25,7 +25,7 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3585 1649 524 374 497 1245 498 373 498 374 497 375 496 375 496 375 496 375 496 375 496 376 494 378 492 379 491 381 490 1255 489 383 488 383 488 383 489 383 488 383 488 383 488 383 488 383 489 383 488 1255 488 383 488 383 488 383 489 383 488 383 488 383 488 383 488 383 488 1256 488 384 488 384 487 384 487 384 487 1256 487 384 488 384 488 1256 487 384 488 408 463 385 487 384 487 1257 486 385 486 1257 486 75629 3549 1684 489 383 488 1255 488 383 488 383 489 383 488 383 489 383 488 383 489 383 488 383 489 383 488 383 488 384 488 1255 489 383 488 384 488 384 487 383 488 384 487 383 489 384 487 384 488 384 487 1256 487 384 488 384 487 384 488 384 487 385 486 384 488 385 486 385 486 1257 487 384 487 409 462 386 486 385 486 1257 486 385 486 409 462 1257 487 409 462 409 463 409 462 409 463 1281 462 410 462 1282 461
|
||||
#
|
||||
name: Channel+
|
||||
name: CH+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -3,37 +3,37 @@ Version: 1
|
||||
#
|
||||
#Panasonix - N2QAYA000152
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3514 1773 418 456 424 1329 421 453 427 446 424 451 419 460 420 453 427 447 423 451 419 461 419 454 426 447 423 450 420 1333 428 447 423 457 423 450 420 453 427 447 423 457 423 450 420 453 427 447 423 1329 421 453 427 453 417 456 424 449 421 453 417 462 418 455 425 449 421 1332 418 455 425 1301 449 1305 445 1313 448 1306 444 457 423 456 424 1307 454 453 427 1304 446 1309 504 1249 501 1251 499 376 452 1300 450 75472 3513 1755 446 455 425 1300 450 451 419 456 424 455 425 448 422 451 419 456 424 455 425 448 422 452 418 456 424 455 425 1334 427 453 427 447 423 450 420 455 425 454 426 447 423 451 419 455 425 454 426 1306 455 452 418 456 424 449 421 454 426 453 427 446 424 450 420 454 426 1299 451 451 419 1307 454 1302 501 1253 445 1315 498 381 447 454 426 1299 451 450 420 1308 453 1307 454 1300 450 1304 446 454 426 1301 449 75485 3520 1770 421 453 427 1300 450 450 420 453 427 448 422 457 423 451 419 454 426 448 422 458 422 451 419 455 425 449 421 1305 445 457 423 457 423 450 420 454 426 448 422 457 423 450 420 454 426 447 423 1303 447 454 426 453 427 446 424 450 420 454 426 453 427 446 424 450 420 1307 454 446 424 1304 446 1307 454 1305 456 1298 452 450 420 460 420 1313 448 459 421 1310 451 1304 446 1308 453 1300 450 424 446 1307 454
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3514 1774 427 453 417 1342 419 461 419 454 426 447 423 451 419 461 419 454 426 447 423 451 419 461 419 454 426 447 423 1330 420 453 427 447 423 457 423 450 420 453 427 448 422 457 423 450 420 454 426 1327 423 450 420 455 425 454 426 448 422 451 419 456 424 455 425 448 422 452 418 456 424 1330 420 453 427 1327 423 1303 447 454 426 448 422 458 422 451 419 1335 426 448 422 1333 417 1342 419 461 419 1341 420 75512 3516 1771 420 454 426 1327 423 451 419 461 419 454 426 447 423 452 418 461 419 454 426 447 423 452 418 462 418 455 425 1327 424 450 420 454 426 448 422 457 423 450 420 454 426 448 422 457 423 450 420 1333 418 456 424 448 422 453 417 462 418 454 426 447 423 451 419 461 419 453 427 446 424 1329 421 452 418 1336 425 1328 422 451 419 454 426 448 422 458 422 1309 452 455 425 1306 455 1326 424 449 421 1306 445
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3519 1775 426 448 422 1332 418 455 425 449 421 459 421 452 418 456 424 450 420 459 421 452 418 456 424 450 420 460 420 1339 422 458 422 451 419 455 425 449 421 459 421 452 418 455 425 449 421 459 421 1339 422 457 423 451 419 454 426 448 422 458 422 451 419 454 426 448 422 1331 419 454 426 1327 423 450 420 1307 454 1299 451 449 421 453 427 1326 424 449 421 1333 417 456 424 1329 421 1304 446 454 426 1327 423
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3516 1772 419 455 425 1328 422 452 418 462 418 455 425 448 422 453 417 462 418 455 425 448 422 453 417 462 418 455 425 1328 422 451 419 454 426 448 422 458 422 451 419 455 425 448 422 458 422 451 419 1335 426 448 422 451 419 456 424 455 425 448 422 451 419 456 424 455 425 447 423 451 419 455 425 454 426 447 423 1331 419 454 426 447 423 452 418 461 419 454 426 447 423 451 419 1335 426 447 423 1331 419 75481 3511 1755 446 454 426 1326 424 449 421 454 426 453 427 446 424 449 421 454 426 453 427 446 424 449 421 454 426 453 427 1332 418 461 419 454 426 447 423 451 419 460 420 453 427 446 424 451 419 460 420 1339 422 457 423 451 419 454 426 448 422 458 422 451 419 454 426 448 422 458 422 451 419 454 426 449 421 459 421 1338 423 456 424 450 420 454 426 448 422 458 422 451 419 455 425 1328 422 452 418 1336 425
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3516 1747 444 456 424 1329 421 453 427 446 424 451 419 460 420 454 426 447 423 451 419 461 419 454 426 447 423 451 419 1334 427 448 422 458 422 451 419 455 425 450 420 459 421 453 417 456 424 450 420 1333 417 457 423 456 424 449 421 453 427 447 423 457 423 450 420 454 426 1328 422 451 419 456 424 455 425 448 422 1331 419 455 425 448 422 1332 418 455 425 449 421 459 421 452 418 1336 425 449 421 1332 418
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -3,37 +3,37 @@ Version: 1
|
||||
#
|
||||
# Panasonic TV N2QAYB000752 (BASIC BUTTONS)
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3476 1735 443 429 446 1300 451 422 453 420 445 428 447 426 449 423 452 448 417 429 446 426 449 424 451 422 443 430 445 1300 451 422 453 420 445 428 447 426 449 423 452 421 444 429 446 427 448 424 451 1295 445 427 448 425 450 423 452 420 445 429 446 426 449 424 451 421 444 1303 448 425 450 1296 444 1301 450 1296 444 1302 448 424 451 422 453 1293 447 426 449 1296 444 1302 448 1297 454 1293 447 425 450 1296 444 74939 3477 1734 444 429 446 1300 451 422 453 419 446 455 420 425 450 423 452 420 445 428 447 426 449 424 451 421 444 429 446 1300 451 422 453 420 445 428 447 425 450 423 452 420 445 429 446 426 449 424 451 1295 445 427 448 425 450 422 453 420 445 428 447 426 449 424 451 421 444 1302 449 424 451 1295 445 1301 450 1296 444 1302 449 424 451 422 453 1292 448 425 450 1296 444 1301 450 1297 443 1302 448 425 450 1295 445 74938 3478 1734 444 428 447 1299 452 421 444 429 446 427 448 425 450 422 453 420 444 428 447 426 449 423 452 421 444 429 446 1300 451 422 453 419 446 428 447 425 450 423 452 421 444 429 446 426 449 424 451 1295 445 427 448 425 450 423 452 420 445 428 447 426 449 424 451 421 444 1302 448 424 451 1295 445 1301 450 1296 444 1302 449 424 451 422 453 1292 448 425 450 1296 444 1301 450 1296 444 1302 449 424 451 1295 445 74938 3479 1733 445 428 447 1299 452 421 444 429 446 426 449 424 451 421 454 419 446 427 448 425 450 422 453 420 445 428 447 1299 452 421 444 429 446 426 449 424 451 422 453 419 446 427 448 425 450 422 453 1293 447 426 449 423 452 421 444 429 446 426 449 424 451 422 453 419 446 1301 450 422 453 1293 447 1299 452 1294 446 1300 451 422 453 419 446 1301 449 423 452 1294 446 1300 451 1295 445 1300 451 422 453 1293 447
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3476 1736 473 399 445 1301 481 392 452 421 444 429 446 427 448 424 451 422 453 419 446 427 448 425 450 423 452 420 445 1301 450 423 452 421 444 429 446 427 448 424 451 422 453 419 446 427 448 425 450 1296 444 428 447 426 449 423 452 421 444 429 446 427 448 424 451 422 453 419 446 1301 450 423 452 420 445 1301 450 1297 443 429 446 427 448 424 451 1295 445 428 478 394 450 1296 444 1302 449 424 451 1294 446 74876 3479 1732 446 427 448 1298 453 420 445 428 447 425 450 423 452 421 444 429 446 426 449 424 451 421 444 429 446 427 448 1298 453 420 445 428 447 426 449 423 452 421 444 429 446 426 449 424 451 421 444 1303 448 425 450 423 452 420 445 428 447 426 449 423 452 421 444 429 446 426 449 1297 454 419 446 428 447 1298 453 1293 447 426 449 423 452 421 444 1302 449 424 451 422 453 1293 447 1298 453 420 445 1302 449 74849 3474 1738 450 422 453 1293 447 425 450 423 452 420 445 428 447 426 449 424 451 421 444 429 446 427 448 425 450 422 453 1293 447 426 449 423 452 421 444 429 446 426 449 424 451 422 453 419 446 427 448 1298 453 420 445 428 447 426 449 423 452 421 444 429 446 426 449 424 451 422 443 1303 448 425 450 423 452 1293 447 1299 452 421 444 429 446 427 448 1298 453 420 445 428 447 1299 452 1294 446 426 449 1297 443 74855 3479 1733 445 427 448 1298 453 420 445 428 447 426 449 423 452 421 444 429 446 427 448 424 451 422 453 419 446 427 448 1298 453 420 445 428 447 426 449 424 451 421 444 429 446 427 448 425 450 422 453 1293 447 426 449 423 452 421 444 429 446 427 448 424 451 422 453 419 446 427 448 1298 453 420 445 428 447 1299 452 1294 446 427 448 424 451 422 453 1293 447 425 450 423 452 1293 447 1299 452 421 444 1302 449
|
||||
#
|
||||
name: Vol_Up
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3482 1730 448 425 450 1296 444 429 446 427 448 424 451 422 453 420 445 428 447 425 450 423 452 421 444 429 446 426 449 1297 454 419 446 427 448 425 450 423 452 420 445 428 447 426 449 424 451 421 444 1303 448 425 450 422 453 420 445 428 447 425 450 423 452 421 444 429 446 427 448 424 451 422 453 419 446 428 447 1298 453 420 445 428 447 426 449 424 451 421 444 429 446 427 448 1298 453 420 445 1301 450
|
||||
#
|
||||
name: Vol_Dwn
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3512 1700 478 395 480 1266 474 399 476 396 479 394 481 392 473 400 475 397 478 395 480 393 482 390 475 398 477 396 479 1267 473 399 476 397 478 395 480 392 473 400 475 398 477 396 479 394 481 391 474 1272 479 394 481 392 473 400 475 398 477 395 480 393 482 391 474 399 476 1269 482 391 474 399 476 397 478 395 480 1266 474 398 477 396 479 1267 473 399 476 397 478 394 481 392 473 1273 478 395 480 1266 474
|
||||
#
|
||||
name: Ch_Up
|
||||
name: CH+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3505 1707 481 391 474 1272 479 394 481 392 473 400 475 398 477 395 480 393 482 391 474 399 476 396 479 394 481 392 473 1273 478 395 480 393 482 390 475 398 477 396 479 394 481 391 474 399 476 397 478 1268 472 400 475 398 477 395 480 393 482 391 474 399 476 396 479 394 481 392 473 400 475 1271 480 393 482 1264 476 1269 482 391 474 399 476 397 478 395 480 1266 474 398 477 1269 482 1264 476 397 478 1267 473 106476 3510 1702 476 396 479 1267 473 400 475 398 477 395 480 393 482 391 474 398 477 396 479 394 481 391 474 399 476 397 478 1268 472 401 474 398 477 396 479 394 481 391 474 399 476 397 478 395 480 392 473 1274 477 396 479 393 482 391 474 399 476 397 478 394 481 392 473 400 475 398 477 395 480 1266 474 399 476 1270 481 1265 475 397 478 395 480 393 472 401 474 1271 480 393 482 1264 476 1270 481 392 473 1273 478
|
||||
#
|
||||
name: Ch_Dwn
|
||||
name: CH-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -4,7 +4,7 @@ Version: 1
|
||||
# Panasonic TV N2QAYB000752 (FULL FILE)
|
||||
# NOTE this file takes around 20 seconds to load!
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
@ -232,7 +232,7 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3479 1733 445 428 447 1299 452 421 444 429 446 426 449 424 451 421 444 429 446 427 448 424 451 422 453 419 446 427 448 1298 453 420 445 428 447 426 449 423 452 421 444 429 446 426 449 424 451 422 443 1303 448 425 450 422 453 420 445 428 447 425 450 423 452 420 445 428 447 1299 452 421 444 429 446 1300 451 1295 445 427 448 425 450 423 452 1293 447 426 449 423 452 1294 446 1300 451 422 443 430 445 1300 451 74871 3476 1736 453 420 445 1302 449 424 451 421 444 429 446 427 448 424 451 422 453 420 445 428 447 425 450 423 452 420 445 1302 449 424 451 421 444 429 446 427 448 424 451 422 453 419 446 427 448 425 450 1296 444 428 447 426 449 423 452 421 444 429 446 426 449 424 451 422 453 1292 448 425 450 422 453 1293 447 1299 452 421 444 429 446 426 449 1297 443 429 446 427 448 1298 453 1293 447 425 450 423 452 1294 446
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
@ -244,25 +244,25 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3481 1731 447 426 449 1297 443 429 446 427 448 424 451 422 453 420 445 428 447 425 450 423 452 421 444 429 446 426 449 1297 454 419 446 427 448 425 450 423 452 420 445 428 447 426 449 423 452 421 444 1302 449 424 451 422 453 419 446 427 448 425 450 423 452 420 445 428 447 1299 452 1294 446 1300 451 422 453 1293 447 1299 452 421 444 429 446 1300 451 1295 445 1301 450 423 452 1294 446 1299 452 421 444 1303 448 74946 3479 1732 446 427 448 1298 453 420 445 428 447 426 449 423 452 421 444 429 446 427 448 424 451 422 453 419 446 428 447 1299 452 421 444 429 446 426 449 424 451 422 443 430 445 427 448 425 450 422 453 1293 447 426 449 423 452 421 444 429 446 427 448 424 451 422 453 419 446 1301 450 1296 444 1302 449 424 451 1295 445 1301 450 423 452 420 445 1302 449 1297 443 1303 448 425 450 1295 445 1301 450 423 452 1294 446 74947 3479 1733 445 428 447 1298 453 420 445 428 447 426 449 424 451 421 444 429 446 427 448 425 450 422 453 420 445 428 447 1299 452 421 444 429 446 427 448 424 451 422 453 419 446 428 447 425 450 423 452 1294 446 426 449 424 451 422 443 430 445 427 448 425 450 423 452 420 445 1301 450 1297 443 1302 449 424 451 1295 445 1301 450 423 452 421 444 1302 449 1297 454 1293 447 425 450 1296 444 1302 449 424 451 1294 446 74924 3481 1731 447 426 449 1297 443 429 446 427 448 424 451 422 453 419 446 427 448 425 450 423 452 420 445 428 447 426 449 1297 443 429 446 427 448 425 450 422 453 420 445 428 447 425 450 423 452 421 444 1302 449 424 451 422 453 419 446 428 447 425 450 423 452 420 445 428 447 1299 452 1294 446 1300 451 422 453 1293 447 1299 452 421 444 429 446 1299 452 1295 445 1300 451 422 453 1293 447 1299 452 421 444 1302 449
|
||||
#
|
||||
name: Vol_Up
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3482 1730 448 425 450 1296 444 429 446 427 448 424 451 422 453 420 445 428 447 425 450 423 452 421 444 429 446 426 449 1297 454 419 446 427 448 425 450 423 452 420 445 428 447 426 449 424 451 421 444 1303 448 425 450 422 453 420 445 428 447 425 450 423 452 421 444 429 446 427 448 424 451 422 453 419 446 428 447 1298 453 420 445 428 447 426 449 424 451 421 444 429 446 427 448 1298 453 420 445 1301 450
|
||||
#
|
||||
name: Vol_Dwn
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3512 1700 478 395 480 1266 474 399 476 396 479 394 481 392 473 400 475 397 478 395 480 393 482 390 475 398 477 396 479 1267 473 399 476 397 478 395 480 392 473 400 475 398 477 396 479 394 481 391 474 1272 479 394 481 392 473 400 475 398 477 395 480 393 482 391 474 399 476 1269 482 391 474 399 476 397 478 395 480 1266 474 398 477 396 479 1267 473 399 476 397 478 394 481 392 473 1273 478 395 480 1266 474
|
||||
#
|
||||
name: Ch_Up
|
||||
name: CH+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3505 1707 481 391 474 1272 479 394 481 392 473 400 475 398 477 395 480 393 482 391 474 399 476 396 479 394 481 392 473 1273 478 395 480 393 482 390 475 398 477 396 479 394 481 391 474 399 476 397 478 1268 472 400 475 398 477 395 480 393 482 391 474 399 476 396 479 394 481 392 473 400 475 1271 480 393 482 1264 476 1269 482 391 474 399 476 397 478 395 480 1266 474 398 477 1269 482 1264 476 397 478 1267 473 106476 3510 1702 476 396 479 1267 473 400 475 398 477 395 480 393 482 391 474 398 477 396 479 394 481 391 474 399 476 397 478 1268 472 401 474 398 477 396 479 394 481 391 474 399 476 397 478 395 480 392 473 1274 477 396 479 393 482 391 474 399 476 397 478 394 481 392 473 400 475 398 477 395 480 1266 474 399 476 1270 481 1265 475 397 478 395 480 393 472 401 474 1271 480 393 482 1264 476 1270 481 392 473 1273 478
|
||||
#
|
||||
name: Ch_Dwn
|
||||
name: CH-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
@ -13,19 +13,19 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3538 1691 494 384 492 1258 494 410 466 410 466 410 466 410 466 410 466 410 466 410 465 410 465 410 465 409 493 383 492 1258 493 385 489 386 488 388 486 390 485 416 459 417 459 417 459 417 459 417 459 1294 458 417 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 1294 458 417 459 1294 458 417 459 417 459 417 459 417 459 417 459 1270 482 417 459 1294 458 417 459 394 482 417 459 417 459 1294 458 74795 3529 1704 483 393 483 1269 483 393 483 393 483 393 483 393 483 393 483 393 483 393 483 393 483 393 483 417 459 417 459 1293 459 417 459 417 459 394 482 417 459 417 459 417 459 417 459 417 459 417 459 1271 481 417 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 1294 458 417 459 1294 458 417 459 417 459 417 459 417 459 417 459 1294 458 417 459 1294 458 418 458 417 459 417 459 417 459 1294 458 74794 3530 1728 458 417 459 1294 458 417 458 418 458 417 459 417 459 417 459 417 459 417 459 418 458 418 458 418 458 418 458 1294 458 418 458 418 458 418 458 418 458 418 458 418 458 418 458 418 458 418 458 1294 458 418 458 418 458 418 458 418 458 418 458 418 458 418 458 418 458 1295 457 418 458 1295 457 418 458 418 458 418 458 418 458 419 457 1295 457 418 458 1295 457 418 458 419 457 419 457 419 457 1295 457
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3542 1717 467 411 465 1285 467 411 493 383 493 382 494 381 466 409 467 408 493 383 493 383 492 384 491 387 488 413 462 1290 461 416 459 416 460 416 460 417 459 417 459 416 460 417 459 417 459 417 459 1293 459 417 459 417 459 417 459 417 458 417 459 417 459 417 459 417 458 417 459 417 459 417 459 417 459 417 459 1293 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 1294 458 417 459 1294 458 74496 3534 1725 460 416 460 1293 459 416 460 417 459 417 459 416 460 416 460 416 460 416 460 416 460 416 460 416 459 417 459 1293 459 416 460 417 459 417 459 417 459 416 460 417 459 417 459 416 460 417 459 1293 459 416 460 417 459 416 460 417 459 417 459 416 460 416 460 417 459 417 459 417 459 417 459 417 459 416 460 1293 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 1293 459 417 459 1293 459 74497 3534 1725 459 416 460 1293 459 416 460 417 459 417 459 416 460 417 459 417 459 416 460 417 459 417 459 417 459 417 459 1293 459 417 459 417 459 417 459 417 459 417 459 417 458 417 459 417 459 417 459 1294 458 417 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 418 458 418 458 417 459 418 458 1294 458 417 459 418 458 418 458 418 458 418 458 418 458 418 458 1294 458 418 458 1294 458
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3540 1691 494 383 465 1284 468 409 492 383 493 383 492 384 491 386 488 388 486 414 461 415 460 416 460 416 460 416 460 1293 459 416 460 416 460 416 460 416 460 416 460 416 460 417 459 417 459 417 459 1293 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 1293 459 416 460 417 459 417 459 416 459 1294 458 417 459 417 458 1294 458 417 459 417 459 417 459 417 459 1294 458 417 459 1294 458 74801 3534 1725 459 416 460 1293 459 416 460 416 460 416 460 417 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 1293 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 1294 458 417 459 417 459 417 459 417 459 417 459 417 459 417 459 417 459 1294 458 417 459 417 459 418 458 418 458 1294 458 418 458 418 458 1294 458 418 458 418 458 418 458 418 458 1294 458 418 458 1294 458
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -3,37 +3,37 @@ Version: 1
|
||||
#
|
||||
# Panasonic TX-42AS650E
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
command: D0 03 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
command: 20 03 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
command: 00 02 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
command: 10 02 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
command: 40 03 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
|
@ -3,37 +3,37 @@ Version: 1
|
||||
#
|
||||
#Panasonic - TX-43GXW584
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3529 1712 447 431 449 1307 454 451 419 433 447 459 421 458 422 429 451 455 425 426 454 425 455 423 447 460 420 459 421 1308 453 452 428 424 446 433 447 459 421 430 450 457 423 428 452 426 454 453 427 1302 448 457 423 456 424 427 453 453 427 452 428 451 419 460 420 459 421 1308 453 453 427 1302 448 1307 454 1301 449 1306 455 451 419 461 419 1310 451 455 425 1304 446 1309 452 1304 446 1309 452 454 426 1303 447 74691 3528 1715 455 451 419 1310 451 427 453 426 454 425 455 451 419 433 447 431 449 430 450 429 451 428 452 426 454 453 427 1302 448 430 450 429 451 428 452 426 454 453 427 424 446 460 420 431 449 430 450 1307 454 452 428 423 447 460 420 431 449 457 423 429 451 455 425 454 426 1303 447 459 421 1308 453 1303 447 1309 452 1304 446 459 421 431 449 1307 454 425 455 1302 448 1307 454 1302 448 1308 453 425 455 1302 448 70427 175
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3524 1717 453 426 454 1302 448 430 450 429 451 427 453 426 454 425 455 424 446 433 447 432 448 430 450 429 451 428 452 1304 446 433 447 432 448 430 450 429 451 428 452 427 453 426 454 424 456 423 447 1310 451 428 452 427 453 425 455 424 446 433 447 432 448 431 449 429 451 428 452 427 453 1303 447 432 448 1308 453 1303 447 431 449 430 450 429 451 427 453 1304 446 432 448 1308 453 1303 447 432 448 1308 453 74692 3530 1712 447 431 449 1307 454 425 455 424 446 433 447 432 448 431 449 430 450 429 451 427 453 426 454 425 455 424 446 1311 449 429 451 428 452 427 453 425 455 424 446 433 447 432 448 431 449 430 450 1306 455 424 456 423 447 432 448 431 449 430 450 429 451 428 452 426 454 425 455 424 446 1311 450 429 451 1306 455 1301 449 429 451 428 452 427 453 426 454 1303 447 432 448 1308 453 1303 447 432 448 1309 452
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3523 1718 451 427 453 1302 448 431 449 430 450 429 451 428 452 426 454 425 455 424 456 423 447 432 448 431 449 430 450 1306 455 425 455 424 446 433 447 432 448 431 449 430 450 429 451 428 452 427 453 1303 447 432 448 431 449 430 450 429 451 428 452 427 453 425 455 424 456 1300 450 429 451 1306 455 424 446 1310 451 1305 456 423 447 433 479 1277 452 427 485 1272 447 432 479 1277 452 1303 447 431 480 1276 485 74664 3526 1715 475 403 477 1279 482 397 483 396 484 395 475 404 476 403 477 402 478 401 479 400 480 399 481 398 482 396 453 1305 477 402 478 401 448 431 449 430 450 429 451 428 452 427 453 425 455 424 456 1301 480 398 451 428 452 427 453 426 454 425 455 424 445 433 447 432 448 1309 483 395 454 1303 479 401 448 1309 452 1304 478 401 448 432 448 1308 453 427 453 1303 447 432 448 1308 453 1304 446 432 448 1309 452
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3553 1687 451 427 453 1303 447 431 449 430 450 429 451 427 484 395 454 425 455 424 446 433 447 432 448 431 449 430 450 1306 454 424 456 423 447 432 448 431 449 430 450 429 451 428 452 426 454 425 455 1301 449 430 450 429 451 427 453 426 454 425 455 424 446 433 447 432 448 430 450 429 451 428 452 427 453 426 454 1302 448 431 449 430 450 429 451 427 453 426 454 425 455 424 456 1300 450 429 451 1305 456 74679 3520 1721 448 430 450 1306 454 424 446 433 447 432 448 430 450 429 451 428 452 427 453 425 455 424 456 423 447 432 448 1308 453 426 454 425 455 424 446 433 447 432 448 430 450 429 451 428 452 427 453 1303 447 431 449 430 450 429 451 428 452 426 454 425 455 423 447 433 447 431 449 430 450 429 451 428 452 426 454 1303 447 432 448 431 449 429 451 428 452 427 453 426 454 425 455 1301 449 430 450 1306 454 70419 174
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3524 1717 452 453 427 1301 449 456 424 428 452 454 426 453 427 452 428 423 447 460 420 459 421 457 423 456 424 455 425 1304 446 460 420 458 422 457 423 456 424 455 425 453 427 452 428 451 419 461 419 1310 450 455 425 454 426 453 427 452 428 450 419 460 420 459 421 458 422 1307 454 452 428 451 418 460 420 459 421 1309 452 454 426 453 427 1302 448 458 422 457 423 456 424 455 425 1304 446 460 420 1309 452 74701 3528 1715 454 451 419 1310 451 456 424 455 425 454 426 453 427 452 428 451 419 460 420 459 421 458 422 457 423 456 424 1305 456 451 419 460 420 459 421 458 422 457 423 456 424 455 425 454 426 453 427 1302 448 431 449 457 423 456 424 455 425 454 426 453 427 452 428 451 419 1311 450 456 424 455 425 454 426 453 427 1303 447 459 421 458 422 1307 454 452 428 452 428 451 419 460 420 1310 451 455 425 1304 446
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Panasonic TX_L42E5E
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
@ -21,13 +21,13 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3396 1688 436 421 432 1256 431 426 438 420 433 424 440 417 436 421 432 424 440 418 435 422 431 425 439 419 434 422 431 1257 440 417 436 421 432 425 439 418 435 422 431 426 438 419 434 423 430 427 437 1250 436 421 432 425 439 419 434 423 430 426 438 420 434 424 440 418 435 1252 435 423 431 427 437 420 433 424 440 1247 440 418 435 422 431 1256 431 427 437 420 433 424 440 417 436 1252 434 423 430 1254 432 77786 3404 1681 433 425 439 1248 438 419 434 423 430 427 437 420 433 424 440 417 436 421 432 424 440 417 436 421 433 425 439 1248 438 419 434 424 440 417 436 421 432 425 439 418 435 422 431 426 438 420 433 1254 433 424 440 418 435 422 431 426 438 419 434 423 430 426 438 421 432 1254 432 425 439 419 434 423 430 426 438 1250 436 421 432 425 439 1248 438 419 434 423 441 417 436 421 432 1255 432 426 438 1246 441 77777 3402 1682 432 426 438 1250 436 420 433 424 440 417 436 421 432 425 439 419 434 422 431 426 438 419 434 423 441 417 436 1251 436 422 431 426 438 419 434 423 441 417 436 420 433 424 440 417 436 421 432 1255 432 426 438 420 433 423 441 417 436 421 432 424 440 418 435 422 431 1256 441 417 436 421 432 424 440 418 435 1252 435 422 431 426 438 1250 437 421 432 424 440 418 435 421 432 1256 430 426 438 1247 440
|
||||
#
|
||||
name: Chan +
|
||||
name: CH+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3401 1683 431 426 438 1249 438 420 434 424 440 417 436 421 433 424 440 417 436 421 432 425 439 418 435 421 432 425 439 1248 439 418 435 423 431 426 438 420 434 423 431 427 437 420 434 423 431 427 437 1250 437 421 433 424 440 418 436 421 432 425 439 418 435 421 433 426 438 419 435 423 430 1256 431 427 437 1250 437 1224 463 422 432 425 439 419 435 422 431 1256 431 426 438 1249 438 1223 464 420 434 1251 436 76104 3396 1688 436 421 433 1255 432 425 439 418 435 422 432 425 439 419 435 422 431 426 438 419 434 422 432 426 438 419 434 1253 434 424 440 418 435 422 432 425 439 418 435 422 431 426 438 419 434 423 431 1257 440 417 436 421 433 424 440 417 437 421 433 424 440 417 436 422 432 425 439 418 435 1252 435 423 431 1256 441 1247 440 417 436 421 432 425 439 418 435 1252 435 422 432 1256 431 1256 441 417 437 1247 440
|
||||
#
|
||||
name: Chan -
|
||||
name: CH-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -145,13 +145,13 @@ protocol: Kaseikyo
|
||||
address: 80 02 20 01
|
||||
command: 30 03 00 00
|
||||
#
|
||||
name: VOL_UP
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
command: 00 02 00 00
|
||||
#
|
||||
name: VOL_DOWN
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
@ -163,13 +163,13 @@ protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
command: 20 03 00 00
|
||||
#
|
||||
name: CH_UP
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
command: 40 03 00 00
|
||||
#
|
||||
name: CH_DOWN
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Kaseikyo
|
||||
address: 80 02 20 00
|
||||
|
@ -49,19 +49,19 @@ protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 38 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
|
@ -9,19 +9,19 @@ protocol: RC5
|
||||
address: 00 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: VolUP
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: VolDOWN
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
@ -67,13 +67,13 @@ protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 54 00 00 00
|
||||
#
|
||||
name: VolUp
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: VolDown
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
@ -85,19 +85,19 @@ protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 38 00 00 00
|
||||
#
|
||||
name: ChanUp
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 20 00 00 00
|
||||
#
|
||||
name: ChanDown
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 21 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
|
@ -159,13 +159,13 @@ protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 70 00 00 00
|
||||
#
|
||||
name: Vol Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol Down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
@ -177,19 +177,19 @@ protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 9F 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: Ch Up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 20 00 00 00
|
||||
#
|
||||
name: Ch Down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
|
@ -1,19 +1,19 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
@ -115,7 +115,7 @@ protocol: RC6
|
||||
address: 00 00 00 00
|
||||
command: 70 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: RC6
|
||||
address: 00 00 00 00
|
||||
|
@ -4,7 +4,7 @@ Version: 1
|
||||
# Platinum TV PT2020LED
|
||||
# by sealldeveloper
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 7F 00 00
|
||||
@ -22,7 +22,7 @@ protocol: NECext
|
||||
address: 00 7F 00 00
|
||||
command: 1A E5 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 7F 00 00
|
||||
|
@ -22,25 +22,25 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 4099 3908 588 1917 592 1912 587 1918 539 1965 544 945 592 914 591 915 538 1967 542 1962 568 920 585 1920 589 1915 584 923 541 947 590 917 588 918 546 1959 540 1965 576 1911 588 918 587 919 545 1961 538 950 587 920 617 7896 4046 3961 588 1917 540 1964 545 1960 570 1916 593 913 592 914 539 968 569 1917 592 1913 586 920 617 1888 538 1968 541 946 591 916 589 917 536 971 566 1920 589 1916 593 1912 587 919 586 920 575 1911 588 919 586 920 585 7929 4076 3930 545 1960 570 1916 593 1911 588 1918 591 914 581 926 569 919 586 1919 590 1913 586 921 543 1962 568 1918 591 916 590 916 589 918 567 921 595 1910 589 1916 593 1912 545 962 575 912 593 1912 587 920 544 963 574
|
||||
#
|
||||
name: volume up
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 179 7828 182 2323 176 2328 181 2323 176 2329 180 1308 176 1330 175 2329 180 1326 179 2307 181 2323 176 2329 180 2325 174 1332 173 1315 180 1327 179 1328 177 2327 182 2322 177 1311 173 2332 177 1329 176 1330 175 1312 183 1324 181 8332 180 7826 174 2331 178 2326 173 2313 176 2330 179 1327 178 1328 177 2327 182 1306 179 2326 183 2322 177 2328 181 2323 176 1312 183 1324 181 1325 180 1325 180 2307 181 2323 176 1331 174 2330 179 1327 178 1310 175 1331 174 1332 173 8323 179 7845 176 2311 177 2327 182 2322 177 2328 181 1325 180 1308 177 2328 181 1325 180 2325 174 2330 179 2326 173 2314 174 1332 173 1332 173 1333 183 1306 178 2326 183 2322 177 1329 176 2328 181 1307 177 1329 176 1330 175 1313 182
|
||||
#
|
||||
name: volume down
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 183 7824 176 2329 180 2324 175 2329 180 2324 175 1314 181 1325 180 2324 175 1331 174 2331 178 2307 181 2324 175 1331 174 1331 174 1314 181 1326 179 1326 179 2325 174 2332 177 1310 174 2330 179 1327 178 1328 177 1310 174 2330 179 8334 178 7827 173 2332 177 2327 182 2323 176 2310 178 1328 177 1328 177 2327 182 1306 179 2326 183 2322 177 2327 182 1324 181 1307 177 1329 176 1330 176 1331 174 2311 177 2328 181 1325 180 2324 175 1332 173 1313 182 1325 180 2324 175 8339 173 1383 2522 3925 179 2325 576 1909 590 1915 594 1910 589 918 588 919 576 1911 175 1332 173 2330 592 1912 587 1918 581 907 588 918 598 908 587 920 575 913 592 1914 182 2320 592 914 581 1927 180 1307 178 1327 592 915 580 1925 574
|
||||
#
|
||||
name: channel up
|
||||
name: CH+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 176 7830 180 2324 175 2329 180 2324 175 2329 180 1308 176 1329 176 2328 181 1325 180 2305 183 2321 178 1329 177 2327 182 1324 181 1306 178 1328 177 1329 176 2327 182 2304 174 1332 173 2332 177 1328 177 1310 174 2330 179 1327 178 8333 179 7826 174 2330 179 2325 174 2313 175 2329 180 1326 179 1326 179 2325 174 1315 180 2324 175 2329 180 1326 179 2325 174 1314 181 1325 180 1326 179 1308 177 2328 181 2323 176 1330 175 2329 180 1308 176 1330 175 2328 181 1325 180 8314 177 7845 176 2310 178 2327 182 2322 177 2327 182 1323 182 1306 179 2326 173 1333 183 2322 177 2327 182 1305 179 2326 173 1333 183 1323 182 1305 179 1327 178 2326 173 2331 178 1327 178 2308 180 1326 179 1327 178 2325 174 1315 180
|
||||
#
|
||||
name: channel down
|
||||
name: CH-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -81,7 +81,7 @@ protocol: NEC
|
||||
address: A0 00 00 00
|
||||
command: 03 00 00 00
|
||||
#
|
||||
name: Chan_dwn
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: A0 00 00 00
|
||||
|
@ -37,13 +37,13 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 58 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -61,7 +61,7 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 68 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -67,25 +67,25 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0F 00 00 00
|
||||
#
|
||||
name: VolUp
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: VolDown
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: ChanUp
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: ChanDown
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -1,31 +1,31 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -37,7 +37,7 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 98 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -85,25 +85,25 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0F 00 00 00
|
||||
#
|
||||
name: Ch_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -115,7 +115,7 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 6B 00 00 00
|
||||
#
|
||||
name: Ch_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -43,7 +43,7 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Chan_dwn
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Samsung BN59-01315B TV
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -75,31 +75,31 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: F4 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0F 00 00 00
|
||||
#
|
||||
name: Ch_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Ch_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -4,7 +4,7 @@ Version: 1
|
||||
# Broadband Hospitality Slate Cleanable Remote (Samsung TV)
|
||||
# https://www.urcsupport.com/urc_product/slate-urc8200bb/
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -94,19 +94,19 @@ protocol: SIRC20
|
||||
address: 5A 0E 00 00
|
||||
command: 5F 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -118,13 +118,13 @@ protocol: NECext
|
||||
address: 21 9C 00 00
|
||||
command: 19 E6 00 00
|
||||
#
|
||||
name: Ch_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: SIRC20
|
||||
address: 5A 0E 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Ch_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: SIRC20
|
||||
address: 5A 0E 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Samsung TV LE40R87BD
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -15,13 +15,13 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 01 00 00 00
|
||||
#
|
||||
name: Vol_min
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: Vol_max
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -111,7 +111,7 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -13,13 +13,13 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 1B 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -37,7 +37,7 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Royal Caribbean TV (Samsung)
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -111,13 +111,13 @@ protocol: SIRC20
|
||||
address: 5A 0E 00 00
|
||||
command: 5F 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -129,19 +129,19 @@ protocol: SIRC20
|
||||
address: 5A 0E 00 00
|
||||
command: 6C 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0F 00 00 00
|
||||
#
|
||||
name: Ch_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: SIRC20
|
||||
address: 5A 0E 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Ch_dn
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: SIRC20
|
||||
address: 5A 0E 00 00
|
||||
|
@ -127,13 +127,13 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0f 00 00 00
|
||||
#
|
||||
name: Channel+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Channel-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -39,7 +39,7 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -3,31 +3,31 @@ Version: 1
|
||||
#
|
||||
#Samsung UE48JU6490U
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -117,7 +117,7 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -3,37 +3,37 @@ Version: 1
|
||||
#
|
||||
# Samsung UN32EH5000F
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0F 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: Channel+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Channel-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
@ -37,25 +37,25 @@ protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: B9 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: Chan_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Chan_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: Samsung32
|
||||
address: 07 00 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
@ -85,25 +85,25 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 3B 00 00 00
|
||||
#
|
||||
name: Vol +
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Vol -
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Ch +
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Ch -
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
@ -169,7 +169,7 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 23 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -3,31 +3,31 @@ Version: 1
|
||||
#
|
||||
# Sceptre C1TV53DG TV
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 15 00 00 00
|
||||
#
|
||||
name: Vol_Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Vol_Down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Channel_Up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Channel_Down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
@ -165,7 +165,7 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 23 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -9,25 +9,25 @@ protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 46 B9 00 00
|
||||
#
|
||||
name: Channel_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 0F F0 00 00
|
||||
#
|
||||
name: Channel_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 5A A5 00 00
|
||||
#
|
||||
name: Volume_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 02 7D 00 00
|
||||
command: 0C F3 00 00
|
||||
#
|
||||
name: Volume_down
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -19,13 +19,13 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 43 00 00 00
|
||||
#
|
||||
name: V+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: V-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -40,7 +40,7 @@ protocol: NEC
|
||||
address: 28 00 00 00
|
||||
command: 0F 00 00 00
|
||||
# Pg2 - Others
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 28 00 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# SkyVue TV
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -49,19 +49,19 @@ protocol: SIRC15
|
||||
address: 97 00 00 00
|
||||
command: 23 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -13,7 +13,7 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Vol_dn
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Sony TV KDL-55HX850
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -33,7 +33,7 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
@ -181,31 +181,31 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 0B 00 00 00
|
||||
#
|
||||
name: Volume_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Chan_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Chan_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -1,37 +1,37 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 15 00 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
#Sony - RMT-TX100D
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
@ -231,7 +231,7 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 3B 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
@ -13,7 +13,7 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 25 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
@ -49,13 +49,13 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 33 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Sony TV RM-ED016
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
@ -129,31 +129,31 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 08 00 00 00
|
||||
#
|
||||
name: Ch+
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Ch-
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -25,7 +25,7 @@ protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: SIRC
|
||||
address: 01 00 00 00
|
||||
|
@ -1,37 +1,37 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 1A 00 00 00
|
||||
#
|
||||
name: Vol_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 1E 00 00 00
|
||||
#
|
||||
name: Ch_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
command: 1B 00 00 00
|
||||
#
|
||||
name: Ch_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 40 00 00 00
|
||||
|
@ -3,13 +3,13 @@ Version: 1
|
||||
#
|
||||
# SWEEX Generic Monitor
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 01 00 00 00
|
||||
|
@ -131,13 +131,13 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 169 7453 170 83679 171 12533 176 12528 171 4910 175 7447 176
|
||||
#
|
||||
name: V+
|
||||
name: VOL+
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 169 12535 174 88758 177 7445 168 4913 172 7450 173 4908 177 7445 168 48108 171 4910 175 4907 168 7454 169 7454 169 7453 170 7454 169 7452 171 4911 174 7448 175 4907 168 7454 169
|
||||
#
|
||||
name: V-
|
||||
name: VOL-
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -75,7 +75,7 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 3997 3982 515 1985 519 1982 512 1989 515 1986 518 981 521 2006 488 986 516 2011 493 981 521 1979 515 1986 518 1983 521 979 513 987 515 985 517 983 519 1981 513 988 514 1986 518 982 520 1980 514 987 515 985 517 983 519 9035 3998 3980 517 1983 521 1980 514 1986 518 1983 521 978 514 1987 517 983 519 1981 513 988 514 1986 518 1983 521 1979 515 986 516 984 518 982 520 980 512 1988 516 984 518 1982 522 978 514 1987 517 983 519 981 521 979 513 9041 3992 3986 511 1989 515 1985 519 1981 513 1988 516 984 518 2008 486 988 514 2013 491 983 519 1981 513 1988 516 1985 519 980 512 989 513 986 516 985 517 1982 522 978 514 1987 517 983 519 1982 511 988 514 986 516 984 518
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
|
@ -1,7 +1,7 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: raw
|
||||
frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
@ -25,19 +25,19 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 2D 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: Vol_Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Vol_Down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
@ -49,13 +49,13 @@ frequency: 38000
|
||||
duty_cycle: 0.330000
|
||||
data: 8992 4433 602 512 602 511 683 1546 630 484 630 483 630 484 629 486 627 493 626 1629 600 1629 600 514 600 1630 599 1631 599 1631 598 1631 599 1636 599 1631 599 515 599 515 599 1631 598 1631 599 1631 599 516 598 521 599 516 598 1631 598 1631 599 516 598 516 598 516 598 1631 598 1632 599 40001 9017 2192 600
|
||||
#
|
||||
name: CH_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 00 00 00 00
|
||||
#
|
||||
name: CH_Down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
@ -9,13 +9,13 @@ protocol: RC5
|
||||
address: 00 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: CH_up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
command: 20 00 00 00
|
||||
#
|
||||
name: CH_down
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
@ -33,13 +33,13 @@ protocol: RC5
|
||||
address: 00 00 00 00
|
||||
command: 3F 00 00 00
|
||||
#
|
||||
name: VOL_up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: VOL_down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 00 00 00 00
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user