From 951004dbd2687946e3854a8112be641729ba4d7a Mon Sep 17 00:00:00 2001 From: skrimix Date: Fri, 1 Aug 2025 16:57:47 +0500 Subject: [PATCH] feat: add missing button for Hobot 2S (#958) --- Window_cleaners/HOBOT/Hobot_2S.ir | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Window_cleaners/HOBOT/Hobot_2S.ir b/Window_cleaners/HOBOT/Hobot_2S.ir index c24b64d6..2dcd50d8 100644 --- a/Window_cleaners/HOBOT/Hobot_2S.ir +++ b/Window_cleaners/HOBOT/Hobot_2S.ir @@ -5,7 +5,7 @@ Version: 1 # # HOBOT-2S # -name: SPRAY +name: SPRAY_TOGGLE type: parsed protocol: NECext address: C5 1F 00 00 @@ -58,6 +58,12 @@ type: parsed protocol: NECext address: C5 1F 00 00 command: 1E E1 00 00 +# +name: SPRAY_ONCE +type: parsed +protocol: NECext +address: C5 1F 00 00 +command: 0E F1 00 00 # name: STOP type: parsed @@ -69,4 +75,4 @@ name: 2x type: parsed protocol: NECext address: C5 1F 00 00 -command: 02 FD 00 00 \ No newline at end of file +command: 02 FD 00 00