From c345ccefcb7abe7a656159d5131b0326b7c657d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Mr=C3=A1z?= Date: Mon, 22 May 2023 10:14:30 +0200 Subject: [PATCH] Add HOBOT windows cleaner bot Ir --- Window_cleaners/HOBOT/HOBOT.ir | 72 ++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 Window_cleaners/HOBOT/HOBOT.ir diff --git a/Window_cleaners/HOBOT/HOBOT.ir b/Window_cleaners/HOBOT/HOBOT.ir new file mode 100644 index 00000000..93ad42d7 --- /dev/null +++ b/Window_cleaners/HOBOT/HOBOT.ir @@ -0,0 +1,72 @@ +Filetype: IR signals file +Version: 1 +# +# by Jaroslav Mráz +# +# HOBOT-298 - will work on other versions +# +name: SPRAY +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0D 00 00 00 +# +name: UP_AUTO_CLEAN +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 12 00 00 00 +# +name: UP +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 05 00 00 00 +# +name: LEFT +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 +# +name: RIGHT +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: DOWN +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1B 00 00 00 +# +name: OK +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: LEFT_AUTO_CLEAN +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1A 00 00 00 +# +name: RIGHT_AUTO_CLEAN +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1E 00 00 00 +# +name: STOP +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 01 00 00 00 +# +name: 2x +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00