From b8a8b45d76912ebd45da9e0e7d57d303dce075b7 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Wed, 11 Jan 2023 22:47:09 -0800 Subject: [PATCH] Updates and organization --- Digital_Signs/{ => Digi_Day}/Digi_Day_3.ir | 0 Digital_Signs/{ => Sharp}/Sharp_signage.ir | 0 .../{Promethan => Promethean}/Promethan.ir | 0 .../Promethan_ActivPanel.ir | 0 .../Promethean_Digital_Whiteboard.ir | 36 +++++++++++++++++-- 5 files changed, 33 insertions(+), 3 deletions(-) rename Digital_Signs/{ => Digi_Day}/Digi_Day_3.ir (100%) rename Digital_Signs/{ => Sharp}/Sharp_signage.ir (100%) rename Whiteboards/{Promethan => Promethean}/Promethan.ir (100%) rename Whiteboards/{Promethan => Promethean}/Promethan_ActivPanel.ir (100%) rename Whiteboards/{Promethan => Promethean}/Promethean_Digital_Whiteboard.ir (62%) diff --git a/Digital_Signs/Digi_Day_3.ir b/Digital_Signs/Digi_Day/Digi_Day_3.ir similarity index 100% rename from Digital_Signs/Digi_Day_3.ir rename to Digital_Signs/Digi_Day/Digi_Day_3.ir diff --git a/Digital_Signs/Sharp_signage.ir b/Digital_Signs/Sharp/Sharp_signage.ir similarity index 100% rename from Digital_Signs/Sharp_signage.ir rename to Digital_Signs/Sharp/Sharp_signage.ir diff --git a/Whiteboards/Promethan/Promethan.ir b/Whiteboards/Promethean/Promethan.ir similarity index 100% rename from Whiteboards/Promethan/Promethan.ir rename to Whiteboards/Promethean/Promethan.ir diff --git a/Whiteboards/Promethan/Promethan_ActivPanel.ir b/Whiteboards/Promethean/Promethan_ActivPanel.ir similarity index 100% rename from Whiteboards/Promethan/Promethan_ActivPanel.ir rename to Whiteboards/Promethean/Promethan_ActivPanel.ir diff --git a/Whiteboards/Promethan/Promethean_Digital_Whiteboard.ir b/Whiteboards/Promethean/Promethean_Digital_Whiteboard.ir similarity index 62% rename from Whiteboards/Promethan/Promethean_Digital_Whiteboard.ir rename to Whiteboards/Promethean/Promethean_Digital_Whiteboard.ir index 2ac7f8e6..96ce4606 100644 --- a/Whiteboards/Promethan/Promethean_Digital_Whiteboard.ir +++ b/Whiteboards/Promethean/Promethean_Digital_Whiteboard.ir @@ -3,13 +3,13 @@ Version: 1 # # Promethean Digital Whiteboard # -name: Power +name: POWER type: parsed protocol: NEC address: 31 00 00 00 command: 81 00 00 00 # -name: Freez +name: Freeze type: parsed protocol: NEC address: 31 00 00 00 @@ -33,7 +33,7 @@ protocol: NEC address: 31 00 00 00 command: C1 00 00 00 # -name: Dwn +name: Down type: parsed protocol: NEC address: 31 00 00 00 @@ -56,3 +56,33 @@ type: parsed protocol: NEC address: 31 00 00 00 command: 8B 00 00 00 +# +name: Zoom- +type: parsed +protocol: NEC +address: 31 00 00 00 +command: 8D 00 00 00 +# +name: Zoom+ +type: parsed +protocol: NEC +address: 31 00 00 00 +command: 8A 00 00 00 +# +name: Source +type: parsed +protocol: NEC +address: 31 00 00 00 +command: 83 00 00 00 +# +name: Page_up +type: parsed +protocol: NEC +address: 31 00 00 00 +command: CB 00 00 00 +# +name: Page_down +type: parsed +protocol: NEC +address: 31 00 00 00 +command: CC 00 00 00