From 0c465f7eb32ec34fea5b04bd4ecc4e2b60a8ec95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=85=BD=E5=85=BD?= Date: Wed, 20 Mar 2024 18:24:33 -0400 Subject: [PATCH] Added new IR commands (#3480) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: hedger Co-authored-by: あく --- .../infrared/resources/infrared/assets/tv.ir | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/applications/main/infrared/resources/infrared/assets/tv.ir b/applications/main/infrared/resources/infrared/assets/tv.ir index fcbbf28dc..1159f2f04 100644 --- a/applications/main/infrared/resources/infrared/assets/tv.ir +++ b/applications/main/infrared/resources/infrared/assets/tv.ir @@ -1800,3 +1800,31 @@ type: parsed protocol: NECext address: 01 72 00 00 command: 44 BB 00 00 +# +# Koro Box +# +name: Power +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 18 00 00 00 +# +# Toshiba Amazon TV +# +name: Vol_up +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 0E 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 0F 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 01 00 00 00 +command: 17 00 00 00 \ No newline at end of file