From 59160353a5333df6febf7a8155940d91f2be35da Mon Sep 17 00:00:00 2001 From: Bjoern Kimminich Date: Wed, 25 Oct 2023 15:27:27 +0200 Subject: [PATCH 1/2] Add Samsung BN59-01358C remote --- TVs/Samsung/Samsung_BN59_01358C.ir | 112 +++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 TVs/Samsung/Samsung_BN59_01358C.ir diff --git a/TVs/Samsung/Samsung_BN59_01358C.ir b/TVs/Samsung/Samsung_BN59_01358C.ir new file mode 100644 index 00000000..8882dd16 --- /dev/null +++ b/TVs/Samsung/Samsung_BN59_01358C.ir @@ -0,0 +1,112 @@ +Filetype: IR signals file +Version: 1 +# +# Samsung BN59-01358C TV +# +name: POWER +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: E6 00 00 00 +# +name: 123 +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: D2 00 00 00 +# +name: RGYB +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: CE 00 00 00 +# +name: UP +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 60 00 00 00 +# +name: RIGHT +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 62 00 00 00 +# +name: DOWN +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 61 00 00 00 +# +name: LEFT +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 65 00 00 00 +# +name: OK +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 68 00 00 00 +# +name: BACK +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 58 00 00 00 +# +name: HOME +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 79 00 00 00 +# +name: PLAY_PAUSE +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: B9 00 00 00 +# +name: Plus +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 07 00 00 00 +# +name: Minus +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 0B 00 00 00 +# +name: Ch_up +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 12 00 00 00 +# +name: Ch_dwn +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: 10 00 00 00 +# +name: Netflix +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: F3 00 00 00 +# +name: Prime +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: F4 00 00 00 +# +name: Rakuten +type: parsed +protocol: Samsung32 +address: 07 00 00 00 +command: BC 00 00 00 From 89e90ded7ebeee4e069123c13b2cd787a9b7c5db Mon Sep 17 00:00:00 2001 From: Bjoern Kimminich Date: Wed, 25 Oct 2023 15:30:15 +0200 Subject: [PATCH 2/2] Fix buttons according to naming convention --- TVs/Samsung/Samsung_BN59_01358C.ir | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/TVs/Samsung/Samsung_BN59_01358C.ir b/TVs/Samsung/Samsung_BN59_01358C.ir index 8882dd16..c733a4b5 100644 --- a/TVs/Samsung/Samsung_BN59_01358C.ir +++ b/TVs/Samsung/Samsung_BN59_01358C.ir @@ -3,7 +3,7 @@ Version: 1 # # Samsung BN59-01358C TV # -name: POWER +name: Power type: parsed protocol: Samsung32 address: 07 00 00 00 @@ -21,25 +21,25 @@ protocol: Samsung32 address: 07 00 00 00 command: CE 00 00 00 # -name: UP +name: Up type: parsed protocol: Samsung32 address: 07 00 00 00 command: 60 00 00 00 # -name: RIGHT +name: Right type: parsed protocol: Samsung32 address: 07 00 00 00 command: 62 00 00 00 # -name: DOWN +name: Down type: parsed protocol: Samsung32 address: 07 00 00 00 command: 61 00 00 00 # -name: LEFT +name: Left type: parsed protocol: Samsung32 address: 07 00 00 00 @@ -51,19 +51,19 @@ protocol: Samsung32 address: 07 00 00 00 command: 68 00 00 00 # -name: BACK +name: Back type: parsed protocol: Samsung32 address: 07 00 00 00 command: 58 00 00 00 # -name: HOME +name: Home type: parsed protocol: Samsung32 address: 07 00 00 00 command: 79 00 00 00 # -name: PLAY_PAUSE +name: Play_pause type: parsed protocol: Samsung32 address: 07 00 00 00 @@ -81,13 +81,13 @@ protocol: Samsung32 address: 07 00 00 00 command: 0B 00 00 00 # -name: Ch_up +name: Ch_next type: parsed protocol: Samsung32 address: 07 00 00 00 command: 12 00 00 00 # -name: Ch_dwn +name: Ch_prev type: parsed protocol: Samsung32 address: 07 00 00 00