From 6385924639989fc203668e29232b3fda5d704751 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Fri, 7 Jul 2023 19:57:13 +0900 Subject: [PATCH] Add Quads QS303 fan remote --- Fans/Quads/Quads_QS303.ir | 53 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Fans/Quads/Quads_QS303.ir diff --git a/Fans/Quads/Quads_QS303.ir b/Fans/Quads/Quads_QS303.ir new file mode 100644 index 00000000..e03096ff --- /dev/null +++ b/Fans/Quads/Quads_QS303.ir @@ -0,0 +1,53 @@ +Filetype: IR signals file +Version: 1 +# +# QUADS QS303 (DUO AIR) +# https://quads.co.jp/product/duo-air/ +# +name: Power +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 88 00 00 00 +# +name: Dry_clothing +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 86 00 00 00 +# +name: Osc_vert +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 95 00 00 00 +# +name: Osc_horiz +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 83 00 00 00 +# +name: Speed_up +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 8C 00 00 00 +# +name: Speed_down +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 87 00 00 00 +# +name: On_timer +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 85 00 00 00 +# +name: Off_timer +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 9C 00 00 00