From 5d632a74f3743b003e5d71f37f423dd7b07a2285 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:58:06 +0100 Subject: [PATCH 1/2] Added FireTV Remote (Thanks LuggaPugga!) Moving from TV dir --- .../Amazon/FireTV_Stick_4K_Max.ir | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Streaming_Devices/Amazon/FireTV_Stick_4K_Max.ir diff --git a/Streaming_Devices/Amazon/FireTV_Stick_4K_Max.ir b/Streaming_Devices/Amazon/FireTV_Stick_4K_Max.ir new file mode 100644 index 00000000..e21660ef --- /dev/null +++ b/Streaming_Devices/Amazon/FireTV_Stick_4K_Max.ir @@ -0,0 +1,28 @@ +Filetype: IR signals file +Version: 1 +# +# FireTV 4K Max +# +name: POWER +type: parsed +protocol: NEC +address: 03 00 00 00 +command: 1D 00 00 00 +# +name: MUTE +type: parsed +protocol: NECext +address: 00 7F 00 00 +command: 4E B1 00 00 +# +name: VOL+ +type: parsed +protocol: NEC +address: 03 00 00 00 +command: 11 00 00 00 +# +name: VOL- +type: parsed +protocol: NEC +address: 03 00 00 00 +command: 15 00 00 00 From 8aeb2737ea12232f5e6b4cd1439e82f30cccc863 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Fri, 30 Sep 2022 17:58:31 +0100 Subject: [PATCH 2/2] Moved to Streaming_Devices --- TVs/Amazon/FireTV_Stick_4K_Max.ir | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 TVs/Amazon/FireTV_Stick_4K_Max.ir diff --git a/TVs/Amazon/FireTV_Stick_4K_Max.ir b/TVs/Amazon/FireTV_Stick_4K_Max.ir deleted file mode 100644 index e21660ef..00000000 --- a/TVs/Amazon/FireTV_Stick_4K_Max.ir +++ /dev/null @@ -1,28 +0,0 @@ -Filetype: IR signals file -Version: 1 -# -# FireTV 4K Max -# -name: POWER -type: parsed -protocol: NEC -address: 03 00 00 00 -command: 1D 00 00 00 -# -name: MUTE -type: parsed -protocol: NECext -address: 00 7F 00 00 -command: 4E B1 00 00 -# -name: VOL+ -type: parsed -protocol: NEC -address: 03 00 00 00 -command: 11 00 00 00 -# -name: VOL- -type: parsed -protocol: NEC -address: 03 00 00 00 -command: 15 00 00 00