From fdd6fca2118661980adbec2910d03b2a4e9d1744 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 7 Oct 2022 12:57:39 +0300 Subject: [PATCH 1/4] Add RM-88E universal TV remote --- TVs/Universal_remotes/RM_88E.ir | 238 ++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 TVs/Universal_remotes/RM_88E.ir diff --git a/TVs/Universal_remotes/RM_88E.ir b/TVs/Universal_remotes/RM_88E.ir new file mode 100644 index 00000000..0d4a57b3 --- /dev/null +++ b/TVs/Universal_remotes/RM_88E.ir @@ -0,0 +1,238 @@ +Filetype: IR signals file +Version: 1 +# +# RM-88E Universal TV Remote +# +name: POWER +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 12 00 00 00 +# +name: SYSTEM +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0E 00 00 00 +# +name: NICAM +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 55 00 00 00 +# +name: STA +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 54 00 00 00 +# +name: SLEEP +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 0E 00 00 00 +# +name: 1 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 01 00 00 00 +# +name: 2 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00 +# +name: 3 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 03 00 00 00 +# +name: 4 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 04 00 00 00 +# +name: 5 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 05 00 00 00 +# +name: 6 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 06 00 00 00 +# +name: 7 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 +# +name: 8 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: 9 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: 0 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 +# +name: --/- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 44 00 00 00 +# +name: REVERSE +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 52 00 00 00 +# +name: SOUND +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 16 00 00 00 +# +name: OK +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0B 00 00 00 +# +name: TV/AV +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 0F 00 00 00 +# +name: TURN UP +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1C 00 00 00 +# +name: TURN DOWN +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1D 00 00 00 +# +name: TURN LEFT +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 51 00 00 00 +# +name: TURN RIGHT +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 4D 00 00 00 +# +name: VOL+ +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1A 00 00 00 +# +name: VOL- +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1E 00 00 00 +# +name: MUTE +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 40 00 00 00 +# +name: CH+ +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1B 00 00 00 +# +name: CH- +type: parsed +protocol: NEC +address: 40 00 00 00 +command: 1F 00 00 00 +# +name: DISPLAY +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 11 00 00 00 +# +name: PLAY +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 49 00 00 00 +# +name: PAUSE +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 49 00 00 00 +# +name: STOP +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 13 00 00 00 +# +name: BACK +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1B 00 00 00 +# +name: FORWARD +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 14 00 00 00 +# +name: REWIND +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 18 00 00 00 +# +name: FAST FORWARD +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: EJECT +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1F 00 00 00 +# +name: R.S +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 17 00 00 00 From 7b620d7afde758851ab4dbf70d1390b5b69e1e38 Mon Sep 17 00:00:00 2001 From: xphoenixshadow <48157884+xphoenixshadow@users.noreply.github.com> Date: Fri, 7 Oct 2022 17:16:20 -0400 Subject: [PATCH 2/4] Update Fujitsu_AC_ASU18RLF.ir --- ACs/Fujitsu/Fujitsu_AC_ASU18RLF.ir | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ACs/Fujitsu/Fujitsu_AC_ASU18RLF.ir b/ACs/Fujitsu/Fujitsu_AC_ASU18RLF.ir index b0ae2396..d3f2d886 100644 --- a/ACs/Fujitsu/Fujitsu_AC_ASU18RLF.ir +++ b/ACs/Fujitsu/Fujitsu_AC_ASU18RLF.ir @@ -1,6 +1,18 @@ Filetype: IR signals file Version: 1 # +name: On_fan +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3305 1598 432 411 413 404 410 1198 440 403 411 1197 441 402 412 405 409 408 406 1202 436 1198 440 403 411 406 408 409 405 1229 409 1199 439 404 410 407 407 410 414 403 411 406 408 409 405 412 412 405 409 408 406 411 413 404 410 407 407 410 414 1219 409 409 405 412 412 405 409 408 406 411 413 404 410 407 407 1226 412 405 409 409 405 412 412 405 409 1224 414 1194 434 1201 437 1196 432 1203 435 1198 440 1194 434 1200 438 378 436 408 406 1228 410 381 433 410 414 403 411 406 408 409 405 412 412 405 409 408 406 1228 410 1198 440 403 411 406 408 1199 439 405 409 408 406 411 413 1221 407 410 414 1219 409 409 405 1202 436 1199 439 403 411 406 408 410 414 402 412 405 409 408 406 411 413 404 410 407 407 410 414 403 411 406 408 409 405 412 412 405 409 408 406 411 413 404 410 407 407 410 414 403 411 406 408 409 405 412 412 404 410 408 406 411 413 403 411 407 407 410 414 402 412 405 409 408 406 411 413 404 410 407 407 410 414 403 411 406 408 409 405 412 412 405 409 408 406 1202 436 407 407 410 414 403 411 406 408 1200 438 1195 433 1202 436 406 408 1201 437 405 409 +# +name: Off +type: raw +frequency: 38000 +duty_cycle: 0.330000 +data: 3306 1624 406 411 413 404 410 1224 414 403 411 1223 405 412 412 405 409 408 406 1228 410 1224 414 402 412 406 408 409 405 1229 409 1224 414 403 411 407 407 410 414 402 412 406 408 409 405 412 412 404 410 408 406 411 413 403 411 406 408 409 405 1230 408 408 406 411 413 404 410 407 407 410 414 403 411 406 408 1226 412 405 409 408 406 411 413 404 410 1224 414 403 411 406 408 409 405 412 412 405 409 408 406 1228 410 407 407 1227 411 1222 406 1229 409 1198 440 1220 408 1227 411 +# name: Cool_64 type: raw frequency: 38000 From 80a4409fe61a1fa1cea8b9fe9ed31db279069e58 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sat, 8 Oct 2022 00:58:53 -0700 Subject: [PATCH 3/4] Updated location and description in comment --- TVs/{Universal_remotes => Chunghop}/RM_88E.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename TVs/{Universal_remotes => Chunghop}/RM_88E.ir (98%) diff --git a/TVs/Universal_remotes/RM_88E.ir b/TVs/Chunghop/RM_88E.ir similarity index 98% rename from TVs/Universal_remotes/RM_88E.ir rename to TVs/Chunghop/RM_88E.ir index 0d4a57b3..3de237e8 100644 --- a/TVs/Universal_remotes/RM_88E.ir +++ b/TVs/Chunghop/RM_88E.ir @@ -1,7 +1,7 @@ Filetype: IR signals file Version: 1 # -# RM-88E Universal TV Remote +# Chunghop RM-88E Universal TV Remote # name: POWER type: parsed From e3f2a9edd5cbc7f011e14505f15d6e108142f59d Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sat, 8 Oct 2022 01:00:20 -0700 Subject: [PATCH 4/4] Changed location again (after-thought) --- .../RM_88E.ir => Miscellaneous/Chunghop/RM_88E_Universal.ir | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename TVs/Chunghop/RM_88E.ir => Miscellaneous/Chunghop/RM_88E_Universal.ir (100%) diff --git a/TVs/Chunghop/RM_88E.ir b/Miscellaneous/Chunghop/RM_88E_Universal.ir similarity index 100% rename from TVs/Chunghop/RM_88E.ir rename to Miscellaneous/Chunghop/RM_88E_Universal.ir