From 97a17e59ac8ae52581a21fbabf840c8c19ad6552 Mon Sep 17 00:00:00 2001 From: William Peters Date: Tue, 21 Mar 2023 11:11:15 +0100 Subject: [PATCH 1/3] Added Roku_SoundBridge.ir. Sampled from a SoundBridge M1001 remote --- Streaming_Devices/Roku/Roku_SoundBridge.ir | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 Streaming_Devices/Roku/Roku_SoundBridge.ir diff --git a/Streaming_Devices/Roku/Roku_SoundBridge.ir b/Streaming_Devices/Roku/Roku_SoundBridge.ir new file mode 100644 index 00000000..be6b2493 --- /dev/null +++ b/Streaming_Devices/Roku/Roku_SoundBridge.ir @@ -0,0 +1,116 @@ +Filetype: IR signals file +Version: 1 +# +name: POWER +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 17 00 00 00 +# +name: VOL+ +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 40 00 00 00 +# +name: VOL- +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 41 00 00 00 +# +name: Bright +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 42 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 12 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 13 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 10 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 11 00 00 00 +# +name: Play +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 19 00 00 00 +# +name: Prev +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 1B 00 00 00 +# +name: Next +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 1A 00 00 00 +# +name: OK +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 14 00 00 00 +# +name: Pause +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 1C 00 00 00 +# +name: Home +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 17 00 00 00 +# +name: Back +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 15 00 00 00 +# +name: Repeat +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 1F 00 00 00 +# +name: Shuffle +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 1E 00 00 00 +# +name: Search +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 18 00 00 00 +# +name: Plus +type: parsed +protocol: NEC +address: 6F 00 00 00 +command: 1D 00 00 00 From 0856b5daf8eca363939ce99e8ef0182383b519d1 Mon Sep 17 00:00:00 2001 From: William Peters Date: Tue, 21 Mar 2023 11:16:04 +0100 Subject: [PATCH 2/3] Fix for PR '@@ lines cannot end with spaces @@' --- Streaming_Devices/Roku/Roku_SoundBridge.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Streaming_Devices/Roku/Roku_SoundBridge.ir b/Streaming_Devices/Roku/Roku_SoundBridge.ir index be6b2493..ca8be8e2 100644 --- a/Streaming_Devices/Roku/Roku_SoundBridge.ir +++ b/Streaming_Devices/Roku/Roku_SoundBridge.ir @@ -113,4 +113,4 @@ name: Plus type: parsed protocol: NEC address: 6F 00 00 00 -command: 1D 00 00 00 +command: 1D 00 00 00 From 0bc5f023830c1c464c55208bb90a2f58798b866b Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 21 Mar 2023 13:16:11 -0700 Subject: [PATCH 3/3] Added description to comment --- Streaming_Devices/Roku/Roku_SoundBridge.ir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Streaming_Devices/Roku/Roku_SoundBridge.ir b/Streaming_Devices/Roku/Roku_SoundBridge.ir index ca8be8e2..f32a4888 100644 --- a/Streaming_Devices/Roku/Roku_SoundBridge.ir +++ b/Streaming_Devices/Roku/Roku_SoundBridge.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# Roku SoundBridge (Sampled from a SoundBridge M1001 remote) +# name: POWER type: parsed protocol: NEC