From 533778cd961aa6fccb13d26e030dbc146e4509d8 Mon Sep 17 00:00:00 2001 From: Pablo Leautaud <50468653+pleautaud@users.noreply.github.com> Date: Sun, 29 Jan 2023 18:26:04 -0600 Subject: [PATCH] Create remote for Honeywell C152 Created remote for Honeywell evaporative cooling fan C152, parsed codes read with the Flipper Zero. Code commented and using repository nomenclature. --- Fans/Honeywell/Honeywell_Fan_C152.ir | 46 ++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Fans/Honeywell/Honeywell_Fan_C152.ir diff --git a/Fans/Honeywell/Honeywell_Fan_C152.ir b/Fans/Honeywell/Honeywell_Fan_C152.ir new file mode 100644 index 00000000..4c3cd5ce --- /dev/null +++ b/Fans/Honeywell/Honeywell_Fan_C152.ir @@ -0,0 +1,46 @@ +Filetype: IR signals file +Version: 1 +# +# Honeywell CL152 Evaporative Aircooler Fan +# +name: POWER +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 1D 00 00 00 +# +name: SPEED +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 1A 00 00 00 +# +name: SWING +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 18 00 00 00 +# +name: TIMER +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 0D 00 00 00 +# +name: COOLING +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 0A 00 00 00 +# +name: BREEZE +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 08 00 00 00 +# +name: IONIZER +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 05 00 00 00