From c21ecd9a10325127d367aa736c2651fd7a0814c8 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:16:47 -0800 Subject: [PATCH] Added Hobot-2S (Thanks Angel0ffDeath!) https://github.com/Lucaslhm/Flipper-IRDB/issues/608 --- Window_cleaners/HOBOT/Hobot_2S.ir | 72 +++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 Window_cleaners/HOBOT/Hobot_2S.ir diff --git a/Window_cleaners/HOBOT/Hobot_2S.ir b/Window_cleaners/HOBOT/Hobot_2S.ir new file mode 100644 index 00000000..c24b64d6 --- /dev/null +++ b/Window_cleaners/HOBOT/Hobot_2S.ir @@ -0,0 +1,72 @@ +Filetype: IR signals file +Version: 1 +# +# by Angel 0ff Death +# +# HOBOT-2S +# +name: SPRAY +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 0D F2 00 00 +# +name: UP_AUTO_CLEAN +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 12 ED 00 00 +# +name: UP +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 05 FA 00 00 +# +name: LEFT +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 07 F8 00 00 +# +name: RIGHT +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 09 F6 00 00 +# +name: DOWN +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 1B E4 00 00 +# +name: OK +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 08 F7 00 00 +# +name: LEFT_AUTO_CLEAN +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 1A E5 00 00 +# +name: RIGHT_AUTO_CLEAN +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 1E E1 00 00 +# +name: STOP +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 01 FE 00 00 +# +name: 2x +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 02 FD 00 00 \ No newline at end of file