From 0203e69515951997b85f094b9f4c7bf7e160ae69 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Fri, 22 Jul 2022 17:52:07 -0700 Subject: [PATCH] Added Kenmore AC (thanks noah!) --- ACs/Kenmore/Kenmore_AC.ir | 70 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 ACs/Kenmore/Kenmore_AC.ir diff --git a/ACs/Kenmore/Kenmore_AC.ir b/ACs/Kenmore/Kenmore_AC.ir new file mode 100644 index 00000000..4e63894b --- /dev/null +++ b/ACs/Kenmore/Kenmore_AC.ir @@ -0,0 +1,70 @@ +Filetype: IR signals file +Version: 1 +# +# Kenmore Window AC +# +name: Power +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 11 EE 00 00 +# +name: Temp + +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 0E F1 00 00 +# +name: Temp - +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 0D F2 00 00 +# +name: Cool +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 09 F6 00 00 +# +name: High +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 00 FF 00 00 +# +name: Med +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 01 FE 00 00 +# +name: Low +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 04 FB 00 00 +# +name: Timer +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 06 F9 00 00 +# +name: One Touch +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 0F F0 00 00 +# +name: Fan Only +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 07 F8 00 00 +# +name: Power Saver +type: parsed +protocol: NECext +address: 08 F5 00 00 +command: 02 FD 00 00 \ No newline at end of file