Merge pull request #221 from logickworkshop/main

Handful of manual fixes (thanks StrongWind!)
This commit is contained in:
UberGuidoZ 2022-10-05 00:22:53 -07:00 committed by GitHub
commit 53ebb5a430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 121 additions and 120 deletions

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
# Set .ir files to be text files with LF line endings
*.ir text eol=lf

View File

@ -2,7 +2,7 @@ Filetype: IR signals file
Version: 1 Version: 1
# #
# Ariston AC A-MW09-IGX # Ariston AC A-MW09-IGX
# On and Off buttons set to 26 C° cool # On and Off buttons set to 26C cool
# #
name: POWER name: POWER
type: raw type: raw
@ -14,4 +14,4 @@ name: OFF
type: raw type: raw
frequency: 38000 frequency: 38000
duty_cycle: 0.330000 duty_cycle: 0.330000
data: 4481 4414 595 1596 594 527 562 1602 588 1604 586 535 565 530 570 1594 596 526 563 532 568 1596 594 528 561 534 566 1598 592 1600 590 531 569 1596 594 527 562 1603 587 1604 586 1605 648 1543 594 527 562 1603 587 1604 586 1605 595 525 564 531 569 526 563 532 568 1596 594 528 561 534 566 1598 592 1600 590 1601 589 532 568 527 562 533 567 528 561 534 566 529 560 535 565 530 570 1594 596 1596 594 1597 593 1598 592 1599 591 5252 4503 4418 590 1601 589 532 568 1597 593 1598 592 529 560 535 565 1600 590 531 569 526 563 1602 588 533 567 529 560 1604 596 1595 595 526 563 1602 588 533 567 1598 592 1599 591 1600 590 1601 589 532 568 1598 592 1599 591 1600 590 531 569 527 562 532 568 528 561 1603 587 534 566 530 559 1605 595 1596 594 1597 593 528 561 534 566 529 560 535 565 530 570 525 564 531 569 527 562 1602 588 1603 587 1604 596 1595 595 1596 594 data: 4481 4414 595 1596 594 527 562 1602 588 1604 586 535 565 530 570 1594 596 526 563 532 568 1596 594 528 561 534 566 1598 592 1600 590 531 569 1596 594 527 562 1603 587 1604 586 1605 648 1543 594 527 562 1603 587 1604 586 1605 595 525 564 531 569 526 563 532 568 1596 594 528 561 534 566 1598 592 1600 590 1601 589 532 568 527 562 533 567 528 561 534 566 529 560 535 565 530 570 1594 596 1596 594 1597 593 1598 592 1599 591 5252 4503 4418 590 1601 589 532 568 1597 593 1598 592 529 560 535 565 1600 590 531 569 526 563 1602 588 533 567 529 560 1604 596 1595 595 526 563 1602 588 533 567 1598 592 1599 591 1600 590 1601 589 532 568 1598 592 1599 591 1600 590 531 569 527 562 532 568 528 561 1603 587 534 566 530 559 1605 595 1596 594 1597 593 528 561 534 566 529 560 535 565 530 570 525 564 531 569 527 562 1602 588 1603 587 1604 596 1595 595 1596 594

View File

@ -4,7 +4,7 @@ Version: 1
# Sony RM-SCU37 Stereo Receiver # Sony RM-SCU37 Stereo Receiver
# #
# Compatible with: CMT-BX30R, CMT-BX5, CMT-BX5BT, CMT-EH25 # Compatible with: CMT-BX30R, CMT-BX5, CMT-BX5BT, CMT-EH25
# CMT-EH26, CMT-FX205, CMT-NEZ50, HCD-CBX5 # CMT-EH26, CMT-FX205, CMT-NEZ50, HCD-CBX5
# HCD-EX600, MHC-EX600, MHC-EX700, MHC-EX900 # HCD-EX600, MHC-EX600, MHC-EX700, MHC-EX900
# #
name: POWER name: POWER

View File

@ -1,110 +1,110 @@
Filetype: IR signals file Filetype: IR signals file
Version: 1 Version: 1
# #
name: Info name: Info
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 30 00 00 00 command: 30 00 00 00
# #
name: Mute name: Mute
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 2F 00 00 00 command: 2F 00 00 00
# #
name: |< name: |<
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 12 00 00 00 command: 12 00 00 00
# #
name: Play name: Play
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 31 00 00 00 command: 31 00 00 00
# #
name: >| name: >|
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 13 00 00 00 command: 13 00 00 00
# #
name: << name: <<
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 21 00 00 00 command: 21 00 00 00
# #
name: Pause name: Pause
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 0F 00 00 00 command: 0F 00 00 00
# #
name: >> name: >>
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 2A 00 00 00 command: 2A 00 00 00
# #
name: Speed - name: Speed -
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 10 00 00 00 command: 10 00 00 00
# #
name: Normal name: Normal
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 16 00 00 00 command: 16 00 00 00
# #
name: Speed + name: Speed +
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 2B 00 00 00 command: 2B 00 00 00
# #
name: Stop name: Stop
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 2C 00 00 00 command: 2C 00 00 00
# #
name: Up name: Up
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 2D 00 00 00 command: 2D 00 00 00
# #
name: Menu name: Menu
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 2E 00 00 00 command: 2E 00 00 00
# #
name: Left name: Left
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 11 00 00 00 command: 11 00 00 00
# #
name: Enter name: Enter
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 15 00 00 00 command: 15 00 00 00
# #
name: Right name: Right
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 06 00 00 00 command: 06 00 00 00
# #
name: Down name: Down
type: parsed type: parsed
protocol: RC5X protocol: RC5X
address: 0A 00 00 00 address: 0A 00 00 00
command: 17 00 00 00 command: 17 00 00 00

View File

@ -75,37 +75,37 @@ protocol: NEC
address: 80 00 00 00 address: 80 00 00 00
command: 08 00 00 00 command: 08 00 00 00
# #
name: 50 °C name: 50 C
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 80 00 00 00 address: 80 00 00 00
command: 07 00 00 00 command: 07 00 00 00
# #
name: 100 °C name: 100 C
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 80 00 00 00 address: 80 00 00 00
command: 09 00 00 00 command: 09 00 00 00
# #
name: 200 °C name: 200 C
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 80 00 00 00 address: 80 00 00 00
command: 0A 00 00 00 command: 0A 00 00 00
# #
name: 210 °C name: 210 C
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 80 00 00 00 address: 80 00 00 00
command: 1F 00 00 00 command: 1F 00 00 00
# #
name: 220 °C name: 220 C
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 80 00 00 00 address: 80 00 00 00
command: 0C 00 00 00 command: 0C 00 00 00
# #
name: 230 °C name: 230 C
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 80 00 00 00 address: 80 00 00 00

View File

@ -2,7 +2,6 @@ Filetype: IR signals file
Version: 1 Version: 1
# #
# Epson EB-595WI Projector # Epson EB-595WI Projector
# Added by ロワイヤル#.6167 (Discord)
# #
name: POWER name: POWER
type: parsed type: parsed
@ -20,4 +19,4 @@ name: Zoom
type: parsed type: parsed
protocol: NECext protocol: NECext
address: 83 55 00 00 address: 83 55 00 00
command: 88 77 00 00 command: 88 77 00 00