From 0265b46cd1393585665f8e311b48eec02c63d21a Mon Sep 17 00:00:00 2001 From: Greg Major Date: Thu, 17 Aug 2023 09:21:07 -0500 Subject: [PATCH] Added Vornado OSCR37 and excluded VSCode files in .gitignore --- .gitignore | 1 + Fans/Vornado/Vornado_OSCR37.ir | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 Fans/Vornado/Vornado_OSCR37.ir diff --git a/.gitignore b/.gitignore index f40dffd9..732f8a54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store *.ffs_db +.vscode/ diff --git a/Fans/Vornado/Vornado_OSCR37.ir b/Fans/Vornado/Vornado_OSCR37.ir new file mode 100644 index 00000000..2fc84bd6 --- /dev/null +++ b/Fans/Vornado/Vornado_OSCR37.ir @@ -0,0 +1,34 @@ +Filetype: IR signals file +Version: 1 +# +# Vornado OSCR37 Oscillating Tower Fan +# +name: Power +type: parsed +protocol: NEC +address: 03 00 00 00 +command: D8 00 00 00 +# +name: Speed_Up +type: parsed +protocol: NEC +address: 03 00 00 00 +command: 4F 00 00 00 +# +name: Speed_Down +type: parsed +protocol: NEC +address: 03 00 00 00 +command: 47 00 00 00 +# +name: Oscillate +type: parsed +protocol: NEC +address: 03 00 00 00 +command: C3 00 00 00 +# +name: Timer +type: parsed +protocol: NEC +address: 03 00 00 00 +command: 9B 00 00 00