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 1/2] 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 From 9af4592e93648e0a480e7064d576812dadc041e5 Mon Sep 17 00:00:00 2001 From: Daniel <71837281+darmiel@users.noreply.github.com> Date: Mon, 22 May 2023 10:59:20 +0200 Subject: [PATCH 2/2] fix: removed non-ASCII characters from name --- Window_cleaners/HOBOT/HOBOT.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Window_cleaners/HOBOT/HOBOT.ir b/Window_cleaners/HOBOT/HOBOT.ir index 93ad42d7..76f24a73 100644 --- a/Window_cleaners/HOBOT/HOBOT.ir +++ b/Window_cleaners/HOBOT/HOBOT.ir @@ -1,7 +1,7 @@ Filetype: IR signals file Version: 1 # -# by Jaroslav Mráz +# by Jaroslav Mraz # # HOBOT-298 - will work on other versions #