From f0a735aad8a3441851bcfa542be4f5a0fbdabd4c Mon Sep 17 00:00:00 2001 From: GreenBean <87831454+GreenBean657@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:44:59 -0700 Subject: [PATCH] Update tv.ir Adds definitions for Emerson TV Universal Remote --- .../infrared/resources/infrared/assets/tv.ir | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/applications/main/infrared/resources/infrared/assets/tv.ir b/applications/main/infrared/resources/infrared/assets/tv.ir index 5eab4c65c6c..4d5868ccea1 100644 --- a/applications/main/infrared/resources/infrared/assets/tv.ir +++ b/applications/main/infrared/resources/infrared/assets/tv.ir @@ -1867,3 +1867,41 @@ protocol: NEC address: 04 00 00 00 command: 09 00 00 00 # +# Emerson TV +# +name: Power +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 20 DF 00 00 +# +name: Ch_next +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 50 AF 00 00 +# +name: Ch_prev +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 51 AE 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 60 9F 00 00 +# +name: Vol_dn +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 61 9E 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 84 E0 00 00 +command: 64 9B 00 00 +