From de360c72ce04a0079e7fb16542e877dd92d0bd93 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Thu, 12 Jan 2023 09:33:31 -0800 Subject: [PATCH] Updated buttons (thanks UnknownAnomaly!) --- Whiteboards/Boxlight/Boxlight_Smartboard.ir | 78 +++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/Whiteboards/Boxlight/Boxlight_Smartboard.ir b/Whiteboards/Boxlight/Boxlight_Smartboard.ir index 8e8ecb9a..5f4a6e0f 100644 --- a/Whiteboards/Boxlight/Boxlight_Smartboard.ir +++ b/Whiteboards/Boxlight/Boxlight_Smartboard.ir @@ -8,3 +8,81 @@ type: parsed protocol: NEC address: 20 00 00 00 command: 52 00 00 00 +# +name: Ok +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 4A 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 47 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 4D 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 49 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 4B 00 00 00 +# +name: HDMI +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 07 00 00 00 +# +name: VOL+ +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 03 00 00 00 +# +name: VOL- +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 41 00 00 00 +# +name: MUTE +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 53 00 00 00 +# +name: Touchlock +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 5C 00 00 00 +# +name: Display_off +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 4E 00 00 00 +# +name: Screenshare +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 0A 00 00 00 +# +name: Soundcontrols +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 0D 00 00 00