From 2c6fdb997bb5b78fa7414c897acb2857d4a31381 Mon Sep 17 00:00:00 2001 From: Einstein2150 Date: Mon, 26 Feb 2024 11:20:16 +0100 Subject: [PATCH 1/2] Create DollarTec_BT5AmpBoard.ir Add support for the DollarTec Bluetooth 5.0 Amplifier Board --- .../DollarTec_BT5AmpBoard.ir | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Speakers/DollarTec_BT5AmpBoard/DollarTec_BT5AmpBoard.ir diff --git a/Speakers/DollarTec_BT5AmpBoard/DollarTec_BT5AmpBoard.ir b/Speakers/DollarTec_BT5AmpBoard/DollarTec_BT5AmpBoard.ir new file mode 100644 index 00000000..a3264a33 --- /dev/null +++ b/Speakers/DollarTec_BT5AmpBoard/DollarTec_BT5AmpBoard.ir @@ -0,0 +1,44 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 45 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 47 00 00 00 +# +name: Play_Pause +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 44 00 00 00 +# +name: Next +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 43 00 00 00 +# +name: Prev +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 40 00 00 00 From e8d868125935348559cc789586adb5960662c1bf Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:35:50 -0700 Subject: [PATCH 2/2] Added description to comments --- Speakers/DollarTec_BT5AmpBoard/DollarTec_BT5AmpBoard.ir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Speakers/DollarTec_BT5AmpBoard/DollarTec_BT5AmpBoard.ir b/Speakers/DollarTec_BT5AmpBoard/DollarTec_BT5AmpBoard.ir index a3264a33..fd53171e 100644 --- a/Speakers/DollarTec_BT5AmpBoard/DollarTec_BT5AmpBoard.ir +++ b/Speakers/DollarTec_BT5AmpBoard/DollarTec_BT5AmpBoard.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# DollarTec Bluetooth 5.0 Amplifier Board +# name: Power type: parsed protocol: NEC