From 5c348f34ad68c21d0c0cbd15e5ff0a77b09d25a2 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 3 Aug 2022 14:34:18 +0300 Subject: [PATCH 1/2] add Daewoo DDV 200 vertical fan --- Fans/Daewoo/Daewoo_DDV200.ir | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Fans/Daewoo/Daewoo_DDV200.ir diff --git a/Fans/Daewoo/Daewoo_DDV200.ir b/Fans/Daewoo/Daewoo_DDV200.ir new file mode 100644 index 00000000..e43df3cf --- /dev/null +++ b/Fans/Daewoo/Daewoo_DDV200.ir @@ -0,0 +1,34 @@ +Filetype: IR signals file +Version: 1 +# +#Daewoo DDV200 vertical fan +# +name: Power +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 45 00 00 00 +# +name: Speed +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 47 00 00 00 +# +name: Wind +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 40 00 00 00 +# +name: Timer +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 19 00 00 00 +# +name: Osc +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1C 00 00 00 From d78f3c461612f30883773fd44fdd2d16460b60f3 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 3 Aug 2022 15:17:37 +0300 Subject: [PATCH 2/2] update button labels --- Fans/Daewoo/Daewoo_DDV200.ir | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Fans/Daewoo/Daewoo_DDV200.ir b/Fans/Daewoo/Daewoo_DDV200.ir index e43df3cf..0b3115b4 100644 --- a/Fans/Daewoo/Daewoo_DDV200.ir +++ b/Fans/Daewoo/Daewoo_DDV200.ir @@ -1,33 +1,33 @@ Filetype: IR signals file Version: 1 # -#Daewoo DDV200 vertical fan +# Daewoo DDV200 vertical fan # -name: Power +name: POWER type: parsed protocol: NEC address: 00 00 00 00 command: 45 00 00 00 # -name: Speed +name: SPEED type: parsed protocol: NEC address: 00 00 00 00 command: 47 00 00 00 # -name: Wind +name: WIND type: parsed protocol: NEC address: 00 00 00 00 command: 40 00 00 00 # -name: Timer +name: TIMER type: parsed protocol: NEC address: 00 00 00 00 command: 19 00 00 00 # -name: Osc +name: OSC type: parsed protocol: NEC address: 00 00 00 00