From 86c3e22bd523f7b84c4cc2d3662ca8b818150d42 Mon Sep 17 00:00:00 2001 From: bchieric Date: Thu, 28 Mar 2024 13:51:00 -0400 Subject: [PATCH] Add Shark Air Purifier (#579) --- Air_Purifiers/Shark/Shark_Air_Purifier.ir | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Air_Purifiers/Shark/Shark_Air_Purifier.ir diff --git a/Air_Purifiers/Shark/Shark_Air_Purifier.ir b/Air_Purifiers/Shark/Shark_Air_Purifier.ir new file mode 100644 index 00000000..0f959c9f --- /dev/null +++ b/Air_Purifiers/Shark/Shark_Air_Purifier.ir @@ -0,0 +1,50 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NEC +address: 00 00 00 00 +command: DD 00 00 00 +# +name: Fan_up +type: parsed +protocol: NEC +address: 00 00 00 00 +command: C0 00 00 00 +# +name: Fan_down +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 46 00 00 00 +# +name: Info +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 33 00 00 00 +# +name: Auto +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 03 00 00 00 +# +name: Brightness +type: parsed +protocol: NEC +address: 00 00 00 00 +command: CC 00 00 00 +# +name: Time_up +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: Time_down +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 64 00 00 00