From 2e658099d52e0012ea3b26f38c9126af0cad75cf Mon Sep 17 00:00:00 2001 From: JayKali <62602243+jaykali@users.noreply.github.com> Date: Sat, 17 Dec 2022 21:57:26 +0530 Subject: [PATCH 1/4] Add files via upload --- TVs/AmazonBasics/AmazonBasics_TV_Remote.ir | 62 ++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 TVs/AmazonBasics/AmazonBasics_TV_Remote.ir diff --git a/TVs/AmazonBasics/AmazonBasics_TV_Remote.ir b/TVs/AmazonBasics/AmazonBasics_TV_Remote.ir new file mode 100644 index 00000000..82931387 --- /dev/null +++ b/TVs/AmazonBasics/AmazonBasics_TV_Remote.ir @@ -0,0 +1,62 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 46 B9 00 00 +# +name: Home +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 9F 60 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 48 B7 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 4D B2 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 4E B1 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 49 B6 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 0C F3 00 00 +# +name: Vol_down +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 19 E6 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 4C B3 00 00 +# +name: Select +type: parsed +protocol: NECext +address: 02 7D 00 00 +command: 4A B5 00 00 From 63248553fe659e6a6f69c6b71e30cea93014016a Mon Sep 17 00:00:00 2001 From: JayKali <62602243+jaykali@users.noreply.github.com> Date: Wed, 28 Dec 2022 09:11:08 +0530 Subject: [PATCH 2/4] Atomberg smart fan remote added --- Fans/Atomberg/Atomberg fan.ir | 62 +++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 Fans/Atomberg/Atomberg fan.ir diff --git a/Fans/Atomberg/Atomberg fan.ir b/Fans/Atomberg/Atomberg fan.ir new file mode 100644 index 00000000..84eb7060 --- /dev/null +++ b/Fans/Atomberg/Atomberg fan.ir @@ -0,0 +1,62 @@ +Filetype: IR signals file +Version: 1 +# +name: POWER +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 91 6E 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 8B 74 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 90 6F 00 00 +# +name: 3 +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 8A 75 00 00 +# +name: 4 +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 93 6C 00 00 +# +name: 5 +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 88 77 00 00 +# +name: BOOST +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 8F 70 00 00 +# +name: TIMER +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 96 69 00 00 +# +name: LED +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 97 68 00 00 +# +name: SLEEP +type: parsed +protocol: NECext +address: 00 F3 00 00 +command: 8E 71 00 00 From 02af5b9b614f1f8b7d000b7ce7b3398a55f9b9c3 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 27 Dec 2022 22:59:56 -0800 Subject: [PATCH 3/4] Added description and removed space in name --- Fans/Atomberg/{Atomberg fan.ir => Atomberg_fan.ir} | 2 ++ 1 file changed, 2 insertions(+) rename Fans/Atomberg/{Atomberg fan.ir => Atomberg_fan.ir} (98%) diff --git a/Fans/Atomberg/Atomberg fan.ir b/Fans/Atomberg/Atomberg_fan.ir similarity index 98% rename from Fans/Atomberg/Atomberg fan.ir rename to Fans/Atomberg/Atomberg_fan.ir index 84eb7060..aa51312f 100644 --- a/Fans/Atomberg/Atomberg fan.ir +++ b/Fans/Atomberg/Atomberg_fan.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# Atomberg Fan +# name: POWER type: parsed protocol: NECext From 40c844c629f411acc90cec03a9ec878b33e36acb Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 27 Dec 2022 23:00:27 -0800 Subject: [PATCH 4/4] Added description to comment --- TVs/AmazonBasics/AmazonBasics_TV_Remote.ir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TVs/AmazonBasics/AmazonBasics_TV_Remote.ir b/TVs/AmazonBasics/AmazonBasics_TV_Remote.ir index 82931387..ee527b87 100644 --- a/TVs/AmazonBasics/AmazonBasics_TV_Remote.ir +++ b/TVs/AmazonBasics/AmazonBasics_TV_Remote.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# Amazon Basics TV Remote +# name: Power type: parsed protocol: NECext