From 4ed135569e299a4cd53a31785cb1f7357c162213 Mon Sep 17 00:00:00 2001 From: Aaron Mavrinac Date: Mon, 13 Jun 2022 10:06:23 -0400 Subject: [PATCH] Add Frigidaire air conditioner remote. --- ACs/Frigidaire/Frigidaire_AC.ir | 68 +++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 ACs/Frigidaire/Frigidaire_AC.ir diff --git a/ACs/Frigidaire/Frigidaire_AC.ir b/ACs/Frigidaire/Frigidaire_AC.ir new file mode 100644 index 00000000..4593a683 --- /dev/null +++ b/ACs/Frigidaire/Frigidaire_AC.ir @@ -0,0 +1,68 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 12 ED 00 00 +# +name: TempUp +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 1A E5 00 00 +# +name: TempDown +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 13 EC 00 00 +# +name: FanFaster +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 0E F1 00 00 +# +name: FanSlower +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 4E B1 00 00 +# +name: Mode +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 02 FD 00 00 +# +name: Eco +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 4F B0 00 00 +# +name: Light +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 66 99 00 00 +# +name: Sleep +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 0A F5 00 00 +# +name: Remote +type: parsed +protocol: NECext +address: 01 0F 00 00 +command: 6D 5B 00 00 +# +name: Timer +type: parsed +protocol: NECext +address: 01 FF 00 00 +command: 1B E4 00 00