From b4503dcd648f4b0028047f433519869487b2cc0c Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 28 Dec 2022 16:22:42 +0100 Subject: [PATCH 1/2] Add Samsung Service Menu. Turn off the Device and send the commands one after the other to open hidden service menu. 1.Info 2.Menu 3.MUTE 4.POWER --- TVs/Samsung/Samsung-Service-Menu.ir | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 TVs/Samsung/Samsung-Service-Menu.ir diff --git a/TVs/Samsung/Samsung-Service-Menu.ir b/TVs/Samsung/Samsung-Service-Menu.ir new file mode 100644 index 00000000..e7e6bb8e --- /dev/null +++ b/TVs/Samsung/Samsung-Service-Menu.ir @@ -0,0 +1,26 @@ +Filetype: IR signals file +Version: 1 +# +name: Info +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 1F 00 00 00 +# +name: Menu +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 1A 00 00 00 +# +name: MUTE +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0F 00 00 00 +# +name: POWER +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 02 00 00 00 From 349e2789cd654afbb9b3564e6ae5d0a9f5b351e6 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Thu, 29 Dec 2022 00:09:52 -0800 Subject: [PATCH 2/2] Added description to comments --- .../{Samsung-Service-Menu.ir => Samsung_Service_Menu.ir} | 4 ++++ 1 file changed, 4 insertions(+) rename TVs/Samsung/{Samsung-Service-Menu.ir => Samsung_Service_Menu.ir} (72%) diff --git a/TVs/Samsung/Samsung-Service-Menu.ir b/TVs/Samsung/Samsung_Service_Menu.ir similarity index 72% rename from TVs/Samsung/Samsung-Service-Menu.ir rename to TVs/Samsung/Samsung_Service_Menu.ir index e7e6bb8e..77061fb9 100644 --- a/TVs/Samsung/Samsung-Service-Menu.ir +++ b/TVs/Samsung/Samsung_Service_Menu.ir @@ -1,6 +1,10 @@ Filetype: IR signals file Version: 1 # +# Samsung Service Menu. +# Turn off the Device and send the commands one after the other +# to open hidden service menu. 1.Info 2.Menu 3.MUTE 4.POWER +# name: Info type: parsed protocol: Samsung32