diff --git a/PepperDashEssentials/PepperDashEssentials.csproj b/PepperDashEssentials/PepperDashEssentials.csproj
index c522b52e..7fbda5ee 100644
--- a/PepperDashEssentials/PepperDashEssentials.csproj
+++ b/PepperDashEssentials/PepperDashEssentials.csproj
@@ -155,6 +155,7 @@
+
diff --git a/PepperDashEssentials/UI/JoinConstants/UIBoolJoin.cs b/PepperDashEssentials/UI/JoinConstants/UIBoolJoin.cs
index f5a16578..a347fd90 100644
--- a/PepperDashEssentials/UI/JoinConstants/UIBoolJoin.cs
+++ b/PepperDashEssentials/UI/JoinConstants/UIBoolJoin.cs
@@ -1,490 +1,490 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using Crestron.SimplSharp;
-using Crestron.SimplSharpPro;
-using Crestron.SimplSharpPro.DeviceSupport;
-
-namespace PepperDash.Essentials
-{
- ///
- /// Where all UI element common joins are defined
- ///
- public class UIBoolJoin
- {
- ///
- /// 901
- ///
- public const uint VolumeUpPress = 901;
- ///
- /// 902
- ///
- public const uint VolumeDownPress = 902;
-
- //****************************************************
- // Codec General
-
- ///
- /// 1001
- ///
- public const uint CallEndPress = 1001;
- ///
- /// 1002
- ///
- public const uint CallEndAllConfirmPress = 1002;
- ///
- /// 1003 - For tapping the text field to reveal the keyboard
- ///
- public const uint CodecDirectorySearchTextPress = 1003;
- ///
- /// 1004
- ///
- public const uint CallStopSharingPress = 1004;
- ///
- /// 1005
- ///
- public const uint CallSharedSourceInfoVisible = 1005;
- ///
- /// 1006
- ///
- public const uint CallEndAllConfirmVisible = 1006;
-
-
-
- // Audio Conference
- ///
- /// 1101
- ///
- public const uint ACKeypadVisible = 1101;
- ///
- /// 1102
- ///
- public const uint ACStagingPopoverVisible = 1102;
- ///
- /// 1111
- ///
- public const uint ACSpeedDial1Press = 1111;
- ///
- /// 1112
- ///
- public const uint ACSpeedDial2Press = 1112;
- ///
- /// 1113
- ///
- public const uint ACSpeedDial3Press = 1113;
- ///
- /// 1114
- ///
- public const uint ACSpeedDial4Press = 1114;
- ///
- /// 1121
- ///
- public const uint ACSpeedDial1Visible = 1121;
- ///
- /// 1122
- ///
- public const uint ACSpeedDial2Visible = 1122;
- ///
- /// 1123
- ///
- public const uint ACSpeedDial3Visible = 1123;
- ///
- /// 1124
- ///
- public const uint ACSpeedDial4Visible = 1124;
-
- //******************************************************
- // Video Conference
- ///
- /// 1201
- ///
- public const uint VCKeypadWithFavoritesVisible = 1201;
- ///
- /// 1202
- ///
- public const uint VCStagingInactivePopoverVisible = 1202;
- ///
- ///
- ///
- public const uint VCStagingActivePopoverVisible = 1203;
- ///
- ///
- ///
- public const uint VCKeypadVisible = 1204;
- ///
- /// 1205
- ///
- public const uint VCDirectoryVisible = 1205;
- ///
- /// 1206
- ///
- public const uint VCRecentsVisible = 1206;
- ///
- /// 1207
- ///
- public const uint VCCameraVisible = 1207;
- ///
- /// 1208
- ///
- public const uint VCSelfViewLayoutVisible = 1208;
- ///
- /// 1211 - 1215
- ///
- public const uint VCFavoritePressStart = 1211;
- // RANGE IN USE
- public const uint VCFavoritePressEnd = 1215;
- ///
- /// 1221 - 1225
- ///
- public const uint VCFavoriteVisibleStart = 1221;
- // RANGE IN USE
- public const uint VCFavoriteVisibleEnd = 1225;
- ///
- /// 1231
- ///
- public const uint VCStagingRecentsPress = 1231;
- ///
- /// 1232
- ///
- public const uint VCStagingDirectoryPress = 1232;
- ///
- /// 1233
- ///
- public const uint VCStagingKeypadPress = 1233;
- ///
- /// 1234
- ///
- public const uint VCStagingConnectPress = 1234;
- ///
- /// 1235
- ///
- public const uint VCStagingCameraPress = 1235;
- ///
- /// 1236
- ///
- public const uint VCStagingConnectEnable = 1236;
- ///
- /// 1237 - When the user touches the text field, should trigger keyboard
- ///
- public const uint VCKeypadTextPress = 1237;
- ///
- /// 1238
- ///
- public const uint VCKeypadBackspacePress = 1238;
- ///
- /// 1239
- ///
- public const uint VCKeypadBackspaceVisible = 1239;
- ///
- /// 1240
- ///
- public const uint VCDirectoryBackPress = 1240;
- ///
- /// 1241 For touching the text area to bring up keyboard
- ///
- public const uint VCDirectorySearchTextPress = 1241;
- ///
- /// 1242
- ///
- public const uint VCStagingSelfViewLayoutPress = 1242;
- ///
- /// 1243
- ///
- public const uint VCDirectoryBackVisible = 1243;
- ///
- /// 1244
- ///
- public const uint VCDirectoryBackspacePress = 1244;
- ///
- /// 1245
- ///
- public const uint VCDirectoryBackspaceVisible = 1245;
- ///
- /// 1251
- ///
- public const uint VCSelfViewTogglePress = 1251;
- ///
- /// 1252
- ///
- public const uint VCLayoutTogglePress = 1252;
- ///
- /// 1253
- ///
- public const uint VCSelfViewPipTogglePress = 1253;
- ///
- /// 1254
- ///
- public const uint VCLayoutToggleEnable = 1254;
- ///
- /// 1255
- ///
- public const uint VCMinMaxPress = 1255;
- ///
- /// 1256
- ///
- public const uint VCMinMaxEnable = 1256;
-
- // Letter joins start at 2921;
-
- //******************************************************
-
- // Environment Joins
-
- // Popup Container
-
- ///
- /// 2001 - 2004
- ///
- public const uint EnvironmentBackgroundSubpageVisibleBase = 2000;
-
-
- // ColumnOne
-
- ///
- /// 2011 - 2015
- ///
- public const uint EnvironmentColumnOneLightingTypeVisibleBase = 2010;
-
- ///
- /// 2016 - 2020
- ///
- public const uint EnvironmentColumnOneShadingTypeVisibleBase = 2015;
-
- // ColumnTwo
-
- ///
- /// 2021 - 2025
- ///
- public const uint EnvironmentColumnTwoLightingTypeVisibleBase = 2020;
-
- ///
- /// 2026 - 2030
- ///
- public const uint EnvironmentColumnTwoShadingTypeVisibleBase = 2025;
-
- // ColumnThree
-
- ///
- /// 2031 - 2035
- ///
- public const uint EnvironmentColumnThreeLightingTypeVisibleBase = 2030;
-
- ///
- /// 2036 - 2040
- ///
- public const uint EnvironmentColumnThreeShadingTypeVisibleBase = 2035;
-
- // ColumnFour
-
- ///
- /// 2041 - 2045
- ///
- public const uint EnvironmentColumnFourLightingTypeVisibleBase = 2040;
-
- ///
- /// 2046 - 2050
- ///
- public const uint EnvironmentColumnFourShadingTypeVisibleBase = 2045;
-
- // Button press
-
- ///
- /// 2051 - 2060
- ///
- public const uint EnvironmentColumnOneButtonPressBase = 2050;
-
- ///
- /// 2061 - 2070
- ///
- public const uint EnvironmentColumnTwoButtonPressBase = 2060;
-
- ///
- /// 2071 - 2080
- ///
- public const uint EnvironmentColumnThreeButtonPressBase = 2070;
-
- ///
- /// 2081 - 2090
- ///
- public const uint EnvironmentColumnFourButtonPressBase = 2080;
-
- // Button visibility
-
- ///
- /// 2151 - 2160
- ///
- public const uint EnvironmentColumnOneButtonVisibleBase = 2150;
-
- ///
- /// 2161 - 2170
- ///
- public const uint EnvironmentColumnTwoButtonVisibleBase = 2160;
-
- ///
- /// 2171 - 2180
- ///
- public const uint EnvironmentColumnThreeButtonVisibleBase = 2170;
-
- ///
- /// 2181 - 2190
- ///
- public const uint EnvironmentColumnFourButtonVisibleBase = 2180;
-
-
- //******************************************************
-
- ///
- /// 3101
- ///
- public const uint TechExitButton = 3101;
- ///
- /// 3106
- ///
- public const uint TechCommonItemsVisbible = 3106;
- ///
- /// 3107
- ///
- public const uint TechSystemStatusVisible = 3107;
- ///
- /// 3108
- ///
- public const uint TechDisplayControlsVisible = 3108;
- ///
- /// 3109
- ///
- public const uint TechPanelSetupVisible = 3109;
- ///
- /// 3110
- ///
- public const uint TechAdvancedVolumeVisible = 3110;
- ///
- /// 3111
- ///
- public const uint TechAboutVisible = 3111;
- ///
- /// 3112
- ///
- public const uint TechSchedulerVisible = 3112;
-
- //*****************************************************
- ///
- /// 3811
- ///
- public const uint VolumeSingleMute1Visible = 3811;
- ///
- /// 3812
- ///
- public const uint VolumeSlider1Press = 3812;
- ///
- /// 3813
- ///
- public const uint Volume1ProgramMutePressAndFB = 3813;
- ///
- /// 3821
- ///
- public const uint Volume2Visible = 3821;
- ///
- /// 3822
- ///
- public const uint VolumeSlider2Press = 3822;
- ///
- /// 3823
- ///
- public const uint Volume2MutePressAndFB = 3823;
- ///
- /// 3831
- ///
- public const uint Volume3Visible = 3831;
- ///
- /// 3832
- ///
- public const uint VolumeSlider3Press = 3832;
- ///
- /// 3833
- ///
- public const uint Volume3MutePressAndFB = 3833;
- ///
- /// 3841
- ///
- public const uint Volume4Visible = 3841;
- ///
- /// 3842
- ///
- public const uint VolumeSlider4Press = 3842;
- ///
- /// 3843
- ///
- public const uint Volume4MutePressAndFB = 3843;
- ///
- /// 3851
- ///
- public const uint Volume5Visible = 3851;
- ///
- /// 3852
- ///
- public const uint VolumeSlider5Press = 3852;
- ///
- /// 3853
- ///
- public const uint Volume5MutePressAndFB = 3853;
- ///
- /// 3861
- ///
- public const uint Volume6Visible = 3861;
- ///
- /// 3862
- ///
- public const uint VolumeSlider6Press = 3862;
- ///
- /// 3863
- ///
- public const uint Volume6MutePressAndFB = 3863;
-
- ///
- /// 3869 - when the system is off and the gear is pressed
- ///
- public const uint VolumesPagePowerOffVisible = 3869;
- ///
- /// 3870
- ///
- public const uint VolumesPageVisible = 3870;
- ///
- /// 3871
- ///
- public const uint VolumeDualMute1Visible = 3871;
- ///
- /// 3874
- ///
- public const uint Volume1SpeechMutePressAndFB = 3874;
- ///
- /// 3875
- ///
- public const uint Volume1BackerVisibility = 3875;
- ///
- /// 3891
- ///
- public const uint VolumeDefaultPress = 3891;
- ///
- /// 3951
- ///
- /// 3952
- ///
- public const uint HeaderIcon2Press = 3952;
- ///
- /// 3953
- ///
- public const uint HeaderIcon3Press = 3953;
- ///
- /// 3954
- ///
- public const uint HeaderIcon4Press = 3954;
- ///
- /// 3955
- ///
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using Crestron.SimplSharp;
+using Crestron.SimplSharpPro;
+using Crestron.SimplSharpPro.DeviceSupport;
+
+namespace PepperDash.Essentials
+{
+ ///
+ /// Where all UI element common joins are defined
+ ///
+ public class UIBoolJoin
+ {
+ ///
+ /// 901
+ ///
+ public const uint VolumeUpPress = 901;
+ ///
+ /// 902
+ ///
+ public const uint VolumeDownPress = 902;
+
+ //****************************************************
+ // Codec General
+
+ ///
+ /// 1001
+ ///
+ public const uint CallEndPress = 1001;
+ ///
+ /// 1002
+ ///
+ public const uint CallEndAllConfirmPress = 1002;
+ ///
+ /// 1003 - For tapping the text field to reveal the keyboard
+ ///
+ public const uint CodecDirectorySearchTextPress = 1003;
+ ///
+ /// 1004
+ ///
+ public const uint CallStopSharingPress = 1004;
+ ///
+ /// 1005
+ ///
+ public const uint CallSharedSourceInfoVisible = 1005;
+ ///
+ /// 1006
+ ///
+ public const uint CallEndAllConfirmVisible = 1006;
+
+
+
+ // Audio Conference
+ ///
+ /// 1101
+ ///
+ public const uint ACKeypadVisible = 1101;
+ ///
+ /// 1102
+ ///
+ public const uint ACStagingPopoverVisible = 1102;
+ ///
+ /// 1111
+ ///
+ public const uint ACSpeedDial1Press = 1111;
+ ///
+ /// 1112
+ ///
+ public const uint ACSpeedDial2Press = 1112;
+ ///
+ /// 1113
+ ///
+ public const uint ACSpeedDial3Press = 1113;
+ ///
+ /// 1114
+ ///
+ public const uint ACSpeedDial4Press = 1114;
+ ///
+ /// 1121
+ ///
+ public const uint ACSpeedDial1Visible = 1121;
+ ///
+ /// 1122
+ ///
+ public const uint ACSpeedDial2Visible = 1122;
+ ///
+ /// 1123
+ ///
+ public const uint ACSpeedDial3Visible = 1123;
+ ///
+ /// 1124
+ ///
+ public const uint ACSpeedDial4Visible = 1124;
+
+ //******************************************************
+ // Video Conference
+ ///
+ /// 1201
+ ///
+ public const uint VCKeypadWithFavoritesVisible = 1201;
+ ///
+ /// 1202
+ ///
+ public const uint VCStagingInactivePopoverVisible = 1202;
+ ///
+ ///
+ ///
+ public const uint VCStagingActivePopoverVisible = 1203;
+ ///
+ ///
+ ///
+ public const uint VCKeypadVisible = 1204;
+ ///
+ /// 1205
+ ///
+ public const uint VCDirectoryVisible = 1205;
+ ///
+ /// 1206
+ ///
+ public const uint VCRecentsVisible = 1206;
+ ///
+ /// 1207
+ ///
+ public const uint VCCameraVisible = 1207;
+ ///
+ /// 1208
+ ///
+ public const uint VCSelfViewLayoutVisible = 1208;
+ ///
+ /// 1211 - 1215
+ ///
+ public const uint VCFavoritePressStart = 1211;
+ // RANGE IN USE
+ public const uint VCFavoritePressEnd = 1215;
+ ///
+ /// 1221 - 1225
+ ///
+ public const uint VCFavoriteVisibleStart = 1221;
+ // RANGE IN USE
+ public const uint VCFavoriteVisibleEnd = 1225;
+ ///
+ /// 1231
+ ///
+ public const uint VCStagingRecentsPress = 1231;
+ ///
+ /// 1232
+ ///
+ public const uint VCStagingDirectoryPress = 1232;
+ ///
+ /// 1233
+ ///
+ public const uint VCStagingKeypadPress = 1233;
+ ///
+ /// 1234
+ ///
+ public const uint VCStagingConnectPress = 1234;
+ ///
+ /// 1235
+ ///
+ public const uint VCStagingCameraPress = 1235;
+ ///
+ /// 1236
+ ///
+ public const uint VCStagingConnectEnable = 1236;
+ ///
+ /// 1237 - When the user touches the text field, should trigger keyboard
+ ///
+ public const uint VCKeypadTextPress = 1237;
+ ///
+ /// 1238
+ ///
+ public const uint VCKeypadBackspacePress = 1238;
+ ///
+ /// 1239
+ ///
+ public const uint VCKeypadBackspaceVisible = 1239;
+ ///
+ /// 1240
+ ///
+ public const uint VCDirectoryBackPress = 1240;
+ ///
+ /// 1241 For touching the text area to bring up keyboard
+ ///
+ public const uint VCDirectorySearchTextPress = 1241;
+ ///
+ /// 1242
+ ///
+ public const uint VCStagingSelfViewLayoutPress = 1242;
+ ///
+ /// 1243
+ ///
+ public const uint VCDirectoryBackVisible = 1243;
+ ///
+ /// 1244
+ ///
+ public const uint VCDirectoryBackspacePress = 1244;
+ ///
+ /// 1245
+ ///
+ public const uint VCDirectoryBackspaceVisible = 1245;
+ ///
+ /// 1251
+ ///
+ public const uint VCSelfViewTogglePress = 1251;
+ ///
+ /// 1252
+ ///
+ public const uint VCLayoutTogglePress = 1252;
+ ///
+ /// 1253
+ ///
+ public const uint VCSelfViewPipTogglePress = 1253;
+ ///
+ /// 1254
+ ///
+ public const uint VCLayoutToggleEnable = 1254;
+ ///
+ /// 1255
+ ///
+ public const uint VCMinMaxPress = 1255;
+ ///
+ /// 1256
+ ///
+ public const uint VCMinMaxEnable = 1256;
+
+ // Letter joins start at 2921;
+
+ //******************************************************
+
+ // Environment Joins
+
+ // Popup Container
+
+ ///
+ /// 2001 - 2004
+ ///
+ public const uint EnvironmentBackgroundSubpageVisibleBase = 2000;
+
+
+ // ColumnOne
+
+ ///
+ /// 2011 - 2015
+ ///
+ public const uint EnvironmentColumnOneLightingTypeVisibleBase = 2010;
+
+ ///
+ /// 2016 - 2020
+ ///
+ public const uint EnvironmentColumnOneShadingTypeVisibleBase = 2015;
+
+ // ColumnTwo
+
+ ///
+ /// 2021 - 2025
+ ///
+ public const uint EnvironmentColumnTwoLightingTypeVisibleBase = 2020;
+
+ ///
+ /// 2026 - 2030
+ ///
+ public const uint EnvironmentColumnTwoShadingTypeVisibleBase = 2025;
+
+ // ColumnThree
+
+ ///
+ /// 2031 - 2035
+ ///
+ public const uint EnvironmentColumnThreeLightingTypeVisibleBase = 2030;
+
+ ///
+ /// 2036 - 2040
+ ///
+ public const uint EnvironmentColumnThreeShadingTypeVisibleBase = 2035;
+
+ // ColumnFour
+
+ ///
+ /// 2041 - 2045
+ ///
+ public const uint EnvironmentColumnFourLightingTypeVisibleBase = 2040;
+
+ ///
+ /// 2046 - 2050
+ ///
+ public const uint EnvironmentColumnFourShadingTypeVisibleBase = 2045;
+
+ // Button press
+
+ ///
+ /// 2051 - 2060
+ ///
+ public const uint EnvironmentColumnOneButtonPressBase = 2050;
+
+ ///
+ /// 2061 - 2070
+ ///
+ public const uint EnvironmentColumnTwoButtonPressBase = 2060;
+
+ ///
+ /// 2071 - 2080
+ ///
+ public const uint EnvironmentColumnThreeButtonPressBase = 2070;
+
+ ///
+ /// 2081 - 2090
+ ///
+ public const uint EnvironmentColumnFourButtonPressBase = 2080;
+
+ // Button visibility
+
+ ///
+ /// 2151 - 2160
+ ///
+ public const uint EnvironmentColumnOneButtonVisibleBase = 2150;
+
+ ///
+ /// 2161 - 2170
+ ///
+ public const uint EnvironmentColumnTwoButtonVisibleBase = 2160;
+
+ ///
+ /// 2171 - 2180
+ ///
+ public const uint EnvironmentColumnThreeButtonVisibleBase = 2170;
+
+ ///
+ /// 2181 - 2190
+ ///
+ public const uint EnvironmentColumnFourButtonVisibleBase = 2180;
+
+
+ //******************************************************
+
+ ///
+ /// 3101
+ ///
+ public const uint TechExitButton = 3101;
+ ///
+ /// 3106
+ ///
+ public const uint TechCommonItemsVisbible = 3106;
+ ///
+ /// 3107
+ ///
+ public const uint TechSystemStatusVisible = 3107;
+ ///
+ /// 3108
+ ///
+ public const uint TechDisplayControlsVisible = 3108;
+ ///
+ /// 3109
+ ///
+ public const uint TechPanelSetupVisible = 3109;
+ ///
+ /// 3110
+ ///
+ public const uint TechAdvancedVolumeVisible = 3110;
+ ///
+ /// 3111
+ ///
+ public const uint TechAboutVisible = 3111;
+ ///
+ /// 3112
+ ///
+ public const uint TechSchedulerVisible = 3112;
+
+ //*****************************************************
+ ///
+ /// 3811
+ ///
+ public const uint VolumeSingleMute1Visible = 3811;
+ ///
+ /// 3812
+ ///
+ public const uint VolumeSlider1Press = 3812;
+ ///
+ /// 3813
+ ///
+ public const uint Volume1ProgramMutePressAndFB = 3813;
+ ///
+ /// 3821
+ ///
+ public const uint Volume2Visible = 3821;
+ ///
+ /// 3822
+ ///
+ public const uint VolumeSlider2Press = 3822;
+ ///
+ /// 3823
+ ///
+ public const uint Volume2MutePressAndFB = 3823;
+ ///
+ /// 3831
+ ///
+ public const uint Volume3Visible = 3831;
+ ///
+ /// 3832
+ ///
+ public const uint VolumeSlider3Press = 3832;
+ ///
+ /// 3833
+ ///
+ public const uint Volume3MutePressAndFB = 3833;
+ ///
+ /// 3841
+ ///
+ public const uint Volume4Visible = 3841;
+ ///
+ /// 3842
+ ///
+ public const uint VolumeSlider4Press = 3842;
+ ///
+ /// 3843
+ ///
+ public const uint Volume4MutePressAndFB = 3843;
+ ///
+ /// 3851
+ ///
+ public const uint Volume5Visible = 3851;
+ ///
+ /// 3852
+ ///
+ public const uint VolumeSlider5Press = 3852;
+ ///
+ /// 3853
+ ///
+ public const uint Volume5MutePressAndFB = 3853;
+ ///
+ /// 3861
+ ///
+ public const uint Volume6Visible = 3861;
+ ///
+ /// 3862
+ ///
+ public const uint VolumeSlider6Press = 3862;
+ ///
+ /// 3863
+ ///
+ public const uint Volume6MutePressAndFB = 3863;
+
+ ///
+ /// 3869 - when the system is off and the gear is pressed
+ ///
+ public const uint VolumesPagePowerOffVisible = 3869;
+ ///
+ /// 3870
+ ///
+ public const uint VolumesPageVisible = 3870;
+ ///
+ /// 3871
+ ///
+ public const uint VolumeDualMute1Visible = 3871;
+ ///
+ /// 3874
+ ///
+ public const uint Volume1SpeechMutePressAndFB = 3874;
+ ///
+ /// 3875
+ ///
+ public const uint Volume1BackerVisibility = 3875;
+ ///
+ /// 3891
+ ///
+ public const uint VolumeDefaultPress = 3891;
+ ///
+ /// 3951
+ ///
+ /// 3952
+ ///
+ public const uint HeaderIcon2Press = 3952;
+ ///
+ /// 3953
+ ///
+ public const uint HeaderIcon3Press = 3953;
+ ///
+ /// 3954
+ ///
+ public const uint HeaderIcon4Press = 3954;
+ ///
+ /// 3955
+ ///
public const uint HeaderIcon5Press = 3955;
/// 3960
@@ -509,329 +509,370 @@ namespace PepperDash.Essentials
///
/// 3965
///
- public const uint HeaderCaret5Visible = 3965;
-
- ///
- /// 3999
- ///
- public const uint GenericModalVisible = 3999;
- ///
- /// 12345
- ///
- public const uint AvNoControlsSubVisible = 12345;
-
- // 10000 - 14999 are general "source" pages
-
- ///
- /// 15001
- ///
- public const uint StartPageVisible = 15001;
- ///
- /// 15002 Shows the start page in the source controls area of the screen
- ///
- public const uint TapToBeginVisible = 15002;
- ///
- /// 15003 Message text when no source is showing
- ///
- public const uint SelectASourceVisible = 15003;
- ///
- /// 15004
- ///
- public const uint RoomIsOn = 15004;
- ///
- /// 15005 Shows always-on volume control subpage with only audio mute
- ///
- public const uint VolumeControlsSingleMuteVisible = 15005;
- ///
- /// 15006 Shows always-on volume control subpage with mic and audio mutes
- ///
- public const uint VolumeControlsDualMuteVisible = 15006;
- ///
- /// 15010
- ///
- public const uint ShowPanelSetupPress = 15010;
- ///
- /// 15011 - Top bar with room name and button that pops up dialog with room data
- ///
- public const uint TopBarHabaneroVisible = 15011;
- ///
- /// 15012
- ///
- public const uint SourceStagingBarVisible = 15012;
- ///
- /// 15013
- ///
- public const uint PowerOffStep1Visible = 15013;
- ///
- /// 15014
- ///
- public const uint PowerOffStep2Visible = 15014;
- ///
- /// 15015
- ///
- public const uint ShowPowerOffPress = 15015;
- ///
- /// 15016
- ///
- public const uint PowerOffMorePress = 15016;
- ///
- /// 15017
- ///
- public const uint StagingPageAdditionalArrowsVisible = 15017;
- ///
- /// 15018 The Header with dynamic buttons
- ///
- public const uint TopBarHabaneroDynamicVisible = 15018;
- ///
- /// 15019 Shown when system is starting and not ready for use
- ///
- public const uint SystemInitializingVisible = 15019;
- ///
- /// 15020
- ///
- public const uint PanelSetupVisible = 15020;
- ///
- /// 15021
- ///
- public const uint SourceWaitOverlayVisible = 15021;
- ///
- /// 15022
- ///
- public const uint ActivityFooterVisible = 15022;
- ///
- /// 15024
- ///
- public const uint HeaderCallStatusLeftPositionVisible = 15024;
- ///
- /// 15025
- ///
- public const uint HeaderCallStatusRightPositionVisible = 15025;
- ///
- /// 15027
- ///
- public const uint HeaderCallStatusLabelPress = 15027;
- ///
- /// 15028 The gear button in header
- ///
- public const uint FIXFIX_HeaderGearButtonPress_FIXFIX = 15028;
- ///
- /// 15029 the room button in header
- ///
- public const uint HeaderRoomButtonPress = 15029;
- ///
- /// 15030 Visibility for room data popup
- ///
- public const uint RoomHeaderPageVisible = 15030;
- ///
- /// 15031
- ///
- public const uint AllRoomsOffPress = 15031;
- ///
- /// 15032
- ///
- public const uint DisplayPowerTogglePress = 15032;
- ///
- /// 15033
- ///
- public const uint PowerOffCancelPress = 15033;
- ///
- /// 15034
- ///
- public const uint PowerOffConfirmPress = 15034;
- ///
- /// 15035
- ///
- public const uint VolumeButtonPopupPress = 15035;
- ///
- /// 15035
- ///
- public const uint VolumeButtonPopupVisible = 15035;
- ///
- /// 15036
- ///
- public const uint VolumeGaugePopupVisible = 15036;
- ///
- /// 15037
- ///
- public const uint GearButtonVisible = 15037;
- ///
- /// 15038
- ///
- public const uint CalendarHeaderButtonVisible = 15038;
- ///
- /// 15039
- ///
- public const uint CalendarHeaderButtonPress = 15039;
- ///
- /// 15040
- ///
- public const uint CallStatusPageVisible = 15040;
- ///
- /// 15041
- ///
- public const uint LightsPageVisible = 15041;
- ///
- /// 15042 Closes whichever interlocked modal is open
- ///
- public const uint InterlockedModalClosePress = 15042;
- ///
- /// 15043 Vis for modal backer for full-screen source
- ///
- public const uint SourceBackgroundOverlayVisible = 15043;
- ///
- /// 15044 Close button for source modal overlay
- ///
- public const uint SourceBackgroundOverlayClosePress = 15044;
- ///
- /// 15045 - Visibility for the bar containing call navigation button list
- ///
- public const uint CallStagingBarVisible = 15045;
- ///
- /// 15046
- ///
- public const uint MeetingsOrContacMethodsListVisible = 15046;
- ///
- /// 15047 The "Join" button on the next meeting ribbon
- ///
- public const uint NextMeetingJoinPress = 15047;
- ///
- /// 15048 Dismisses the ribbon
- ///
- public const uint NextMeetingModalClosePress = 15048;
- ///
- /// 15049
- ///
- public const uint NextMeetingModalVisible = 15049;
- ///
- /// 15051
- ///
- public const uint Display1SelectPressAndFb = 15051;
- ///
- /// 15052
- ///
- public const uint Display1ControlButtonEnable = 15052;
- ///
- /// 15053
- ///
- public const uint Display1ControlButtonPress = 15053;
- ///
- /// 15054
- ///
- public const uint Display1AudioButtonEnable = 15054;
- ///
- /// 15055
- ///
- public const uint Display1AudioButtonPressAndFb = 15055;
- ///
- /// 15056
- ///
- public const uint Display2SelectPressAndFb = 15056;
- ///
- /// 15057
- ///
- public const uint Display2ControlButtonEnable = 15057;
- ///
- /// 15058
- ///
- public const uint Display2ControlButtonPress = 15058;
- ///
- /// 15059
- ///
- public const uint Display2AudioButtonEnable = 15059;
- ///
- /// 15060
- ///
- public const uint Display2AudioButtonPressAndFb = 15060;
- ///
- /// 15061 Reveals the dual-display subpage
- ///
- public const uint DualDisplayPageVisible = 15061;
- ///
- /// 15062 Reveals the toggle switch for the sharing mode
- ///
- public const uint ToggleSharingModeVisible = 15062;
- ///
- /// 15063 Press for the toggle mode switch
- ///
- public const uint ToggleSharingModePress = 15063;
- ///
- /// 15064
- ///
- public const uint LogoDefaultVisible = 15064;
- ///
- /// 15065
- ///
- public const uint LogoUrlVisible = 15065;
- ///
- /// 15066 - Reveals the active calls header item
- ///
- public const uint HeaderActiveCallsListVisible = 15066;
- ///
- /// 15067
- ///
- public const uint NotificationRibbonVisible = 15067;
- ///
- /// 15083 - Press for Call help desk on AC/VC
- ///
- public const uint HelpPageShowCallButtonPress = 15083;
- ///
- /// 15084 - Show the "call help desk" button on help page
- ///
- public const uint HelpPageShowCallButtonVisible = 15084;
- ///
- /// 15085 Visibility join for help subpage
- ///
- public const uint HelpPageVisible = 15085;
- ///
- /// 15086 Press for help header button
- ///
- public const uint HelpPress = 15086;
- ///
- /// 15088
- ///
- public const uint DateOnlyVisible = 15088;
- ///
- /// 15089
- ///
- public const uint TimeOnlyVisible = 15089;
- ///
- /// 15090
- ///
- public const uint DateAndTimeVisible = 15090;
- ///
- /// 15091
- ///
- public const uint SetupFullDistrib = 15091;
-
- // PIN dialogs ************************************
-
- ///
- /// 15201
- ///
- public const uint PinDialog4DigitVisible = 15201;
- ///
- /// 15206
- ///
- public const uint PinDialogCancelPress = 15206;
- ///
- /// 15207
- ///
- public const uint PinDialogErrorVisible = 15207;
- ///
- /// 15211
- ///
- public const uint PinDialogDot1 = 15211;
- ///
- /// 15212
- ///
- public const uint PinDialogDot2 = 15212;
- ///
- /// 15213
- ///
- public const uint PinDialogDot3 = 15213;
- ///
- /// 15214
- ///
- public const uint PinDialogDot4 = 15214;
- }
+ public const uint HeaderCaret5Visible = 3965;
+
+ ///
+ /// 3999
+ ///
+ public const uint GenericModalVisible = 3999;
+ ///
+ /// 12345
+ ///
+ public const uint AvNoControlsSubVisible = 12345;
+
+ // 10000 - 14999 are general "source" pages
+
+ ///
+ /// 15001
+ ///
+ public const uint StartPageVisible = 15001;
+ ///
+ /// 15002 Shows the start page in the source controls area of the screen
+ ///
+ public const uint TapToBeginVisible = 15002;
+ ///
+ /// 15003 Message text when no source is showing
+ ///
+ public const uint SelectASourceVisible = 15003;
+ ///
+ /// 15004
+ ///
+ public const uint RoomIsOn = 15004;
+ ///
+ /// 15005 Shows always-on volume control subpage with only audio mute
+ ///
+ public const uint VolumeControlsSingleMuteVisible = 15005;
+ ///
+ /// 15006 Shows always-on volume control subpage with mic and audio mutes
+ ///
+ public const uint VolumeControlsDualMuteVisible = 15006;
+ ///
+ /// 15010
+ ///
+ public const uint ShowPanelSetupPress = 15010;
+ ///
+ /// 15011 - Top bar with room name and button that pops up dialog with room data
+ ///
+ public const uint TopBarHabaneroVisible = 15011;
+ ///
+ /// 15012
+ ///
+ public const uint SourceStagingBarVisible = 15012;
+ ///
+ /// 15013
+ ///
+ public const uint PowerOffStep1Visible = 15013;
+ ///
+ /// 15014
+ ///
+ public const uint PowerOffStep2Visible = 15014;
+ ///
+ /// 15015
+ ///
+ public const uint ShowPowerOffPress = 15015;
+ ///
+ /// 15016
+ ///
+ public const uint PowerOffMorePress = 15016;
+ ///
+ /// 15017
+ ///
+ public const uint StagingPageAdditionalArrowsVisible = 15017;
+ ///
+ /// 15018 The Header with dynamic buttons
+ ///
+ public const uint TopBarHabaneroDynamicVisible = 15018;
+ ///
+ /// 15019 Shown when system is starting and not ready for use
+ ///
+ public const uint SystemInitializingVisible = 15019;
+ ///
+ /// 15020
+ ///
+ public const uint PanelSetupVisible = 15020;
+ ///
+ /// 15021
+ ///
+ public const uint SourceWaitOverlayVisible = 15021;
+ ///
+ /// 15022
+ ///
+ public const uint ActivityFooterVisible = 15022;
+ ///
+ /// 15024
+ ///
+ public const uint HeaderCallStatusLeftPositionVisible = 15024;
+ ///
+ /// 15025
+ ///
+ public const uint HeaderCallStatusRightPositionVisible = 15025;
+ ///
+ /// 15027
+ ///
+ public const uint HeaderCallStatusLabelPress = 15027;
+ ///
+ /// 15028 The gear button in header
+ ///
+ public const uint FIXFIX_HeaderGearButtonPress_FIXFIX = 15028;
+ ///
+ /// 15029 the room button in header
+ ///
+ public const uint HeaderRoomButtonPress = 15029;
+ ///
+ /// 15030 Visibility for room data popup
+ ///
+ public const uint RoomHeaderPageVisible = 15030;
+ ///
+ /// 15031
+ ///
+ public const uint AllRoomsOffPress = 15031;
+ ///
+ /// 15032
+ ///
+ public const uint DisplayPowerTogglePress = 15032;
+ ///
+ /// 15033
+ ///
+ public const uint PowerOffCancelPress = 15033;
+ ///
+ /// 15034
+ ///
+ public const uint PowerOffConfirmPress = 15034;
+ ///
+ /// 15035
+ ///
+ public const uint VolumeButtonPopupPress = 15035;
+ ///
+ /// 15035
+ ///
+ public const uint VolumeButtonPopupVisible = 15035;
+ ///
+ /// 15036
+ ///
+ public const uint VolumeGaugePopupVisible = 15036;
+ ///
+ /// 15037
+ ///
+ public const uint GearButtonVisible = 15037;
+ ///
+ /// 15038
+ ///
+ public const uint CalendarHeaderButtonVisible = 15038;
+ ///
+ /// 15039
+ ///
+ public const uint CalendarHeaderButtonPress = 15039;
+ ///
+ /// 15040
+ ///
+ public const uint CallStatusPageVisible = 15040;
+ ///
+ /// 15041
+ ///
+ public const uint LightsPageVisible = 15041;
+ ///
+ /// 15042 Closes whichever interlocked modal is open
+ ///
+ public const uint InterlockedModalClosePress = 15042;
+ ///
+ /// 15043 Vis for modal backer for full-screen source
+ ///
+ public const uint SourceBackgroundOverlayVisible = 15043;
+ ///
+ /// 15044 Close button for source modal overlay
+ ///
+ public const uint SourceBackgroundOverlayClosePress = 15044;
+ ///
+ /// 15045 - Visibility for the bar containing call navigation button list
+ ///
+ public const uint CallStagingBarVisible = 15045;
+ ///
+ /// 15046
+ ///
+ public const uint MeetingsOrContacMethodsListVisible = 15046;
+ ///
+ /// 15047 The "Join" button on the next meeting ribbon
+ ///
+ public const uint NextMeetingJoinPress = 15047;
+ ///
+ /// 15048 Dismisses the ribbon
+ ///
+ public const uint NextMeetingModalClosePress = 15048;
+ ///
+ /// 15049
+ ///
+ public const uint NextMeetingModalVisible = 15049;
+ ///
+ /// 15051
+ ///
+ public const uint Display1SelectPressAndFb = 15051;
+ ///
+ /// 15052
+ ///
+ public const uint Display1ControlButtonEnable = 15052;
+ ///
+ /// 15053
+ ///
+ public const uint Display1ControlButtonPress = 15053;
+ ///
+ /// 15054
+ ///
+ public const uint Display1AudioButtonEnable = 15054;
+ ///
+ /// 15055
+ ///
+ public const uint Display1AudioButtonPressAndFb = 15055;
+ ///
+ /// 15056
+ ///
+ public const uint Display2SelectPressAndFb = 15056;
+ ///
+ /// 15057
+ ///
+ public const uint Display2ControlButtonEnable = 15057;
+ ///
+ /// 15058
+ ///
+ public const uint Display2ControlButtonPress = 15058;
+ ///
+ /// 15059
+ ///
+ public const uint Display2AudioButtonEnable = 15059;
+ ///
+ /// 15060
+ ///
+ public const uint Display2AudioButtonPressAndFb = 15060;
+ ///
+ /// 15061 Reveals the dual-display subpage
+ ///
+ public const uint DualDisplayPageVisible = 15061;
+ ///
+ /// 15062 Reveals the toggle switch for the sharing mode
+ ///
+ public const uint ToggleSharingModeVisible = 15062;
+ ///
+ /// 15063 Press for the toggle mode switch
+ ///
+ public const uint ToggleSharingModePress = 15063;
+ ///
+ /// 15064
+ ///
+ public const uint LogoDefaultVisible = 15064;
+ ///
+ /// 15065
+ ///
+ public const uint LogoUrlVisible = 15065;
+ ///
+ /// 15066 - Reveals the active calls header item
+ ///
+ public const uint HeaderActiveCallsListVisible = 15066;
+ ///
+ /// 15067
+ ///
+ public const uint NotificationRibbonVisible = 15067;
+ ///
+ /// 15083 - Press for Call help desk on AC/VC
+ ///
+ public const uint HelpPageShowCallButtonPress = 15083;
+ ///
+ /// 15084 - Show the "call help desk" button on help page
+ ///
+ public const uint HelpPageShowCallButtonVisible = 15084;
+ ///
+ /// 15085 Visibility join for help subpage
+ ///
+ public const uint HelpPageVisible = 15085;
+ ///
+ /// 15086 Press for help header button
+ ///
+ public const uint HelpPress = 15086;
+ ///
+ /// 15088
+ ///
+ public const uint DateOnlyVisible = 15088;
+ ///
+ /// 15089
+ ///
+ public const uint TimeOnlyVisible = 15089;
+ ///
+ /// 15090
+ ///
+ public const uint DateAndTimeVisible = 15090;
+ ///
+ /// 15091
+ ///
+ public const uint SetupFullDistrib = 15091;
+
+ ///
+ /// 15092
+ ///
+ public const uint StartMCPageVisible = 15092;
+
+
+ ///
+ /// 15093
+ ///
+ public const uint RoomHeaderMCPageVisible = 15093;
+
+ ///
+ /// 15094
+ ///
+ public const uint MCScreenSaverVisible = 15094;
+
+ ///
+ /// 15095
+ ///
+ public const uint MCScreenSaverPosition1Visible = 15095;
+
+ ///
+ /// 15096
+ ///
+ public const uint MCScreenSaverPosition2Visible = 15096;
+
+ ///
+ /// 15097
+ ///
+ public const uint MCScreenSaverPosition3Visible = 15097;
+
+ ///
+ /// 15098
+ ///
+ public const uint MCScreenSaverPosition4Visible = 15098;
+
+ ///
+ /// 15099
+ ///
+ public const uint MCScreenSaverClosePress = 15099;
+
+ // PIN dialogs ************************************
+
+ ///
+ /// 15201
+ ///
+ public const uint PinDialog4DigitVisible = 15201;
+ ///
+ /// 15206
+ ///
+ public const uint PinDialogCancelPress = 15206;
+ ///
+ /// 15207
+ ///
+ public const uint PinDialogErrorVisible = 15207;
+ ///
+ /// 15211
+ ///
+ public const uint PinDialogDot1 = 15211;
+ ///
+ /// 15212
+ ///
+ public const uint PinDialogDot2 = 15212;
+ ///
+ /// 15213
+ ///
+ public const uint PinDialogDot3 = 15213;
+ ///
+ /// 15214
+ ///
+ public const uint PinDialogDot4 = 15214;
+ }
}
\ No newline at end of file
diff --git a/PepperDashEssentials/UI/JoinConstants/UIStringlJoin.cs b/PepperDashEssentials/UI/JoinConstants/UIStringlJoin.cs
index b5f5a86b..5d9b9a2e 100644
--- a/PepperDashEssentials/UI/JoinConstants/UIStringlJoin.cs
+++ b/PepperDashEssentials/UI/JoinConstants/UIStringlJoin.cs
@@ -146,6 +146,10 @@ namespace PepperDash.Essentials
///
public const uint RoomPhoneText = 3904;
///
+ /// 3905 - Video address/number for room header
+ ///
+ public const uint RoomVideoAddressText = 3905;
+ ///
/// 3906 - The separator for verbose-header text on addresses
///
public const uint RoomAddressPipeText = 3906;
@@ -154,6 +158,14 @@ namespace PepperDash.Essentials
///
public const uint RoomUserCode = 3907;
///
+ /// 3908 - The url for the mobile control server
+ ///
+ public const uint RoomMcUrl = 3908;
+ ///
+ /// 3908 - The url for the mobile control QR Code image
+ ///
+ public const uint RoomMcWQrCodeUrl = 3909;
+ ///
/// 3911
///
public const uint PowerOffMessage = 3911;
@@ -189,12 +201,19 @@ namespace PepperDash.Essentials
///
/// 3923
///
- public const uint LogoUrl = 3923;
+ public const uint LogoUrlLightBkgnd = 3923;
+
+
///
/// 3924 - the text on the "call help desk" button
///
public const uint HelpPageCallButtonText = 3924;
+ ///
+ /// 3925
+ ///
+ public const uint LogoUrlDarkBkgnd = 3923;
+
///
/// 3951
///
diff --git a/PepperDashEssentials/UIDrivers/Essentials/EssentialsPanelMainInterfaceDriver.cs b/PepperDashEssentials/UIDrivers/Essentials/EssentialsPanelMainInterfaceDriver.cs
index e32015fe..59994712 100644
--- a/PepperDashEssentials/UIDrivers/Essentials/EssentialsPanelMainInterfaceDriver.cs
+++ b/PepperDashEssentials/UIDrivers/Essentials/EssentialsPanelMainInterfaceDriver.cs
@@ -1,4 +1,5 @@
using System;
+using Crestron.SimplSharp;
using Crestron.SimplSharpPro.DeviceSupport;
using Crestron.SimplSharpPro.UI;
using PepperDash.Essentials.Core;
@@ -11,6 +12,8 @@ namespace PepperDash.Essentials
///
public class EssentialsPanelMainInterfaceDriver : PanelDriverBase
{
+ CTimer InactivityTimer;
+
///
/// Assign the appropriate A/V driver.
/// Want to keep the AvDriver alive, because it may hold states
@@ -23,6 +26,8 @@ namespace PepperDash.Essentials
public PanelDriverBase CurrentChildDriver { get; private set; }
+ public ScreenSaverController ScreenSaverController { get; private set; }
+
CrestronTouchpanelPropertiesConfig Config;
///
@@ -35,8 +40,47 @@ namespace PepperDash.Essentials
: base(trilist)
{
Config = config;
+
+ var tsx52or60 = trilist as Tswx52ButtonVoiceControl;
+
+ if (tsx52or60 != null)
+ {
+ tsx52or60.ExtenderTouchDetectionReservedSigs.DeviceExtenderSigChange += ExtenderTouchDetectionReservedSigs_DeviceExtenderSigChange;
+ }
+ else
+ {
+ var tswx70 = trilist as TswX70Base;
+ if (tswx70 != null)
+ {
+ tswx70.ExtenderTouchDetectionReservedSigs.DeviceExtenderSigChange += ExtenderTouchDetectionReservedSigs_DeviceExtenderSigChange;
+ }
+ }
}
+ void ExtenderTouchDetectionReservedSigs_DeviceExtenderSigChange(Crestron.SimplSharpPro.DeviceExtender currentDeviceExtender, Crestron.SimplSharpPro.SigEventArgs args)
+ {
+ if (args.Sig.BoolValue)
+ {
+ if (InactivityTimer != null)
+ {
+ InactivityTimer.Reset();
+ }
+ else
+ {
+ InactivityTimer = new CTimer((o) => InactivityTimerExpired(), Config.ScreenSaverTimeoutMin * 60 * 1000);
+ }
+ }
+ }
+
+ void InactivityTimerExpired()
+ {
+ InactivityTimer.Stop();
+ InactivityTimer.Dispose();
+ InactivityTimer = null;
+
+ ScreenSaverController.Show();
+ }
+
public override void Show()
{
CurrentChildDriver = null;
@@ -46,7 +90,7 @@ namespace PepperDash.Essentials
public override void Hide()
{
- TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = false;
+ TriList.BooleanInput[AvDriver.StartPageVisibleJoin].BoolValue = false;
base.Hide();
}
diff --git a/PepperDashEssentials/UIDrivers/Essentials/EssentialsPresentationPanelAvFunctionsDriver.cs b/PepperDashEssentials/UIDrivers/Essentials/EssentialsPresentationPanelAvFunctionsDriver.cs
index edda29e0..4a8cb53c 100644
--- a/PepperDashEssentials/UIDrivers/Essentials/EssentialsPresentationPanelAvFunctionsDriver.cs
+++ b/PepperDashEssentials/UIDrivers/Essentials/EssentialsPresentationPanelAvFunctionsDriver.cs
@@ -267,7 +267,7 @@
// HideAndClearCurrentDisplayModeSigsInUse();
// tl[UIBoolJoin.TopBarHabaneroVisible].BoolValue = false;
// tl[UIBoolJoin.ActivityFooterVisible].BoolValue = false;
-// tl[UIBoolJoin.StartPageVisible].BoolValue = false;
+// tl[StartPageVisibleJoin].BoolValue = false;
// tl[UIBoolJoin.TapToBeginVisible].BoolValue = false;
// tl[UIBoolJoin.ToggleSharingModeVisible].BoolValue = false;
// tl[UIBoolJoin.SourceStagingBarVisible].BoolValue = false;
@@ -335,7 +335,7 @@
// }
// else
// {
-// TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = true;
+// TriList.BooleanInput[StartPageVisibleJoin].BoolValue = true;
// TriList.BooleanInput[UIBoolJoin.TapToBeginVisible].BoolValue = true;
// TriList.BooleanInput[UIBoolJoin.SelectASourceVisible].BoolValue = false;
// }
@@ -525,7 +525,7 @@
// if (!_CurrentRoom.OnFeedback.BoolValue)
// {
// ShareButtonSig.BoolValue = true;
-// TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = false;
+// TriList.BooleanInput[StartPageVisibleJoin].BoolValue = false;
// ShowCurrentSharingMode();
// }
// }
@@ -953,13 +953,13 @@
// if (value)
// {
// SetupActivityFooterWhenRoomOn();
-// TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = false;
+// TriList.BooleanInput[StartPageVisibleJoin].BoolValue = false;
// }
// else
// {
// HideCurrentSharingMode();
// SetupActivityFooterWhenRoomOff();
-// TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = true;
+// TriList.BooleanInput[StartPageVisibleJoin].BoolValue = true;
// if (LastSelectedSourceSig != null)
// {
// LastSelectedSourceSig.BoolValue = false;
diff --git a/PepperDashEssentials/UIDrivers/EssentialsHuddle/EssentialsHuddlePanelAvFunctionsDriver.cs b/PepperDashEssentials/UIDrivers/EssentialsHuddle/EssentialsHuddlePanelAvFunctionsDriver.cs
index 232a99da..c19b5fc1 100644
--- a/PepperDashEssentials/UIDrivers/EssentialsHuddle/EssentialsHuddlePanelAvFunctionsDriver.cs
+++ b/PepperDashEssentials/UIDrivers/EssentialsHuddle/EssentialsHuddlePanelAvFunctionsDriver.cs
@@ -24,6 +24,9 @@ namespace PepperDash.Essentials
PresentationMode, AudioSetup
}
+ public uint StartPageVisibleJoin { get; private set; }
+
+
///
/// Whether volume ramping from this panel will show the volume
/// gauge popup.
@@ -225,7 +228,16 @@ namespace PepperDash.Essentials
if (Config.HeaderStyle.ToLower() == CrestronTouchpanelPropertiesConfig.Habanero)
{
TriList.SetSigFalseAction(UIBoolJoin.HeaderRoomButtonPress, () =>
- PopupInterlock.ShowInterlockedWithToggle(UIBoolJoin.RoomHeaderPageVisible));
+ {
+ if (CurrentRoom.IsMobileControlEnabled)
+ {
+ PopupInterlock.ShowInterlockedWithToggle(UIBoolJoin.RoomHeaderMCPageVisible);
+ }
+ else
+ {
+ PopupInterlock.ShowInterlockedWithToggle(UIBoolJoin.RoomHeaderPageVisible);
+ }
+ });
}
else if (Config.HeaderStyle.ToLower() == CrestronTouchpanelPropertiesConfig.Verbose)
{
@@ -256,7 +268,7 @@ namespace PepperDash.Essentials
}
else
{
- TriList.SetBool(UIBoolJoin.StartPageVisible, true);
+ TriList.SetBool(StartPageVisibleJoin, true);
TriList.SetBool(UIBoolJoin.TapToBeginVisible, true);
SetupActivityFooterWhenRoomOff();
}
@@ -330,7 +342,7 @@ namespace PepperDash.Essentials
{
TriList.SetBool(UIBoolJoin.LogoDefaultVisible, false);
TriList.SetBool(UIBoolJoin.LogoUrlVisible, true);
- TriList.SetString(UIStringJoin.LogoUrl, _CurrentRoom.LogoUrl);
+ TriList.SetString(UIStringJoin.LogoUrlLightBkgnd, _CurrentRoom.LogoUrl);
}
}
@@ -351,7 +363,7 @@ namespace PepperDash.Essentials
HideAndClearCurrentDisplayModeSigsInUse();
TriList.BooleanInput[UIBoolJoin.TopBarHabaneroDynamicVisible].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.ActivityFooterVisible].BoolValue = false;
- TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = false;
+ TriList.BooleanInput[StartPageVisibleJoin].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.TapToBeginVisible].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.SelectASourceVisible].BoolValue = false;
//TriList.BooleanInput[UIBoolJoin.StagingPageVisible].BoolValue = false;
@@ -416,7 +428,7 @@ namespace PepperDash.Essentials
}
else
{
- TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = true;
+ TriList.BooleanInput[StartPageVisibleJoin].BoolValue = true;
TriList.BooleanInput[UIBoolJoin.TapToBeginVisible].BoolValue = true;
TriList.BooleanInput[UIBoolJoin.SelectASourceVisible].BoolValue = false;
}
@@ -474,7 +486,7 @@ namespace PepperDash.Essentials
void ShareButtonPressed()
{
ShareButtonSig.BoolValue = true;
- TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = false;
+ TriList.BooleanInput[StartPageVisibleJoin].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.SourceStagingBarVisible].BoolValue = true;
TriList.BooleanInput[UIBoolJoin.SelectASourceVisible].BoolValue = true;
// Run default source when room is off and share is pressed
@@ -787,7 +799,7 @@ namespace PepperDash.Essentials
{
TriList.BooleanInput[UIBoolJoin.LogoDefaultVisible].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.LogoUrlVisible].BoolValue = true;
- TriList.StringInput[UIStringJoin.LogoUrl].StringValue = _CurrentRoom.LogoUrl;
+ TriList.StringInput[UIStringJoin.LogoUrlLightBkgnd].StringValue = _CurrentRoom.LogoUrl;
}
// Shutdown timer
@@ -823,6 +835,15 @@ namespace PepperDash.Essentials
room.ConfigChanged -= room_ConfigChanged;
room.ConfigChanged += room_ConfigChanged;
+ if (room.IsMobileControlEnabled)
+ {
+ StartPageVisibleJoin = UIBoolJoin.StartMCPageVisible;
+ }
+ else
+ {
+ StartPageVisibleJoin = UIBoolJoin.StartPageVisible;
+ }
+
RefreshCurrentRoom(room);
}
@@ -855,7 +876,7 @@ namespace PepperDash.Essentials
SetupActivityFooterWhenRoomOn();
TriList.BooleanInput[UIBoolJoin.SelectASourceVisible].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.SourceStagingBarVisible].BoolValue = true;
- TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = false;
+ TriList.BooleanInput[StartPageVisibleJoin].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.VolumeSingleMute1Visible].BoolValue = true;
}
@@ -863,7 +884,7 @@ namespace PepperDash.Essentials
{
SetupActivityFooterWhenRoomOff();
ShowLogo();
- TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = true;
+ TriList.BooleanInput[StartPageVisibleJoin].BoolValue = true;
TriList.BooleanInput[UIBoolJoin.VolumeSingleMute1Visible].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.SourceStagingBarVisible].BoolValue = false;
}
diff --git a/PepperDashEssentials/UIDrivers/EssentialsHuddleVTC/EssentialsHuddleVtc1PanelAvFunctionsDriver.cs b/PepperDashEssentials/UIDrivers/EssentialsHuddleVTC/EssentialsHuddleVtc1PanelAvFunctionsDriver.cs
index 9248e50a..7ae11b18 100644
--- a/PepperDashEssentials/UIDrivers/EssentialsHuddleVTC/EssentialsHuddleVtc1PanelAvFunctionsDriver.cs
+++ b/PepperDashEssentials/UIDrivers/EssentialsHuddleVTC/EssentialsHuddleVtc1PanelAvFunctionsDriver.cs
@@ -28,6 +28,8 @@ namespace PepperDash.Essentials
Presentation, AudioSetup, Call, Start
}
+ public uint StartPageVisibleJoin { get; private set; }
+
///
/// Whether volume ramping from this panel will show the volume
/// gauge popup.
@@ -240,7 +242,16 @@ namespace PepperDash.Essentials
if (Config.HeaderStyle.ToLower() == CrestronTouchpanelPropertiesConfig.Habanero)
{
TriList.SetSigFalseAction(UIBoolJoin.HeaderRoomButtonPress, () =>
- PopupInterlock.ShowInterlockedWithToggle(UIBoolJoin.RoomHeaderPageVisible));
+ {
+ if (CurrentRoom.IsMobileControlEnabled)
+ {
+ PopupInterlock.ShowInterlockedWithToggle(UIBoolJoin.RoomHeaderMCPageVisible);
+ }
+ else
+ {
+ PopupInterlock.ShowInterlockedWithToggle(UIBoolJoin.RoomHeaderPageVisible);
+ }
+ });
}
else if (Config.HeaderStyle.ToLower() == CrestronTouchpanelPropertiesConfig.Verbose)
{
@@ -276,7 +287,7 @@ namespace PepperDash.Essentials
}
else
{
- TriList.SetBool(UIBoolJoin.StartPageVisible, true);
+ TriList.SetBool(StartPageVisibleJoin, true);
TriList.SetBool(UIBoolJoin.TapToBeginVisible, true);
SetupActivityFooterWhenRoomOff();
}
@@ -341,7 +352,7 @@ namespace PepperDash.Essentials
{
TriList.SetBool(UIBoolJoin.LogoDefaultVisible, false);
TriList.SetBool(UIBoolJoin.LogoUrlVisible, true);
- TriList.SetString(UIStringJoin.LogoUrl, _CurrentRoom.LogoUrl);
+ TriList.SetString(UIStringJoin.LogoUrlLightBkgnd, _CurrentRoom.LogoUrl);
}
}
@@ -362,7 +373,7 @@ namespace PepperDash.Essentials
HideAndClearCurrentDisplayModeSigsInUse();
TriList.SetBool(UIBoolJoin.TopBarHabaneroDynamicVisible, false);
TriList.BooleanInput[UIBoolJoin.ActivityFooterVisible].BoolValue = false;
- TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = false;
+ TriList.BooleanInput[StartPageVisibleJoin].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.TapToBeginVisible].BoolValue = false;
TriList.BooleanInput[UIBoolJoin.SelectASourceVisible].BoolValue = false;
if (NextMeetingTimer != null)
@@ -606,7 +617,7 @@ namespace PepperDash.Essentials
return;
HideLogo();
HideNextMeetingPopup();
- TriList.SetBool(UIBoolJoin.StartPageVisible, false);
+ TriList.SetBool(StartPageVisibleJoin, false);
TriList.SetBool(UIBoolJoin.SourceStagingBarVisible, false);
TriList.SetBool(UIBoolJoin.SelectASourceVisible, false);
if (CurrentSourcePageManager != null)
@@ -626,7 +637,7 @@ namespace PepperDash.Essentials
if (VCDriver.IsVisible)
VCDriver.Hide();
HideNextMeetingPopup();
- TriList.SetBool(UIBoolJoin.StartPageVisible, false);
+ TriList.SetBool(StartPageVisibleJoin, false);
TriList.SetBool(UIBoolJoin.CallStagingBarVisible, false);
TriList.SetBool(UIBoolJoin.SourceStagingBarVisible, true);
// Run default source when room is off and share is pressed
@@ -960,6 +971,15 @@ namespace PepperDash.Essentials
room.ConfigChanged -= room_ConfigChanged;
room.ConfigChanged += room_ConfigChanged;
+ if (room.IsMobileControlEnabled)
+ {
+ StartPageVisibleJoin = UIBoolJoin.StartMCPageVisible;
+ }
+ else
+ {
+ StartPageVisibleJoin = UIBoolJoin.StartPageVisible;
+ }
+
RefreshCurrentRoom(room);
}
@@ -1149,7 +1169,7 @@ namespace PepperDash.Essentials
var value = _CurrentRoom.OnFeedback.BoolValue;
TriList.BooleanInput[UIBoolJoin.RoomIsOn].BoolValue = value;
- TriList.BooleanInput[UIBoolJoin.StartPageVisible].BoolValue = !value;
+ TriList.BooleanInput[StartPageVisibleJoin].BoolValue = !value;
if (value) //ON
{
@@ -1381,6 +1401,7 @@ namespace PepperDash.Essentials
void ShowNotificationRibbon(string message, int timeout);
void HideNotificationRibbon();
void ShowTech();
+ uint StartPageVisibleJoin { get; }
}
///
diff --git a/PepperDashEssentials/UIDrivers/ScreenSaverController.cs b/PepperDashEssentials/UIDrivers/ScreenSaverController.cs
new file mode 100644
index 00000000..a082987e
--- /dev/null
+++ b/PepperDashEssentials/UIDrivers/ScreenSaverController.cs
@@ -0,0 +1,99 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using Crestron.SimplSharp;
+
+using PepperDash.Core;
+using PepperDash.Essentials.Core;
+
+namespace PepperDash.Essentials
+{
+ ///
+ /// Driver responsible for controlling the screenshaver showing the client logo, MC connection information and QR Code. Moves the elements around to prevent screen burn in
+ ///
+ public class ScreenSaverController : PanelDriverBase
+ {
+ CTimer PositionTimer;
+
+ uint PositionTimeoutMs;
+
+ List PositionJoins;
+
+ int CurrentPositionIndex;
+
+ public ScreenSaverController(EssentialsPanelMainInterfaceDriver parent, CrestronTouchpanelPropertiesConfig config)
+ : base(parent.TriList)
+ {
+ PositionTimeoutMs = config.ScreenSaverMovePositionIntervalMs;
+
+ TriList.SetSigFalseAction(UIBoolJoin.MCScreenSaverClosePress, () => this.Hide());
+
+ PositionJoins = new List()
+ { UIBoolJoin.MCScreenSaverPosition1Visible, UIBoolJoin.MCScreenSaverPosition2Visible, UIBoolJoin.MCScreenSaverPosition3Visible, UIBoolJoin.MCScreenSaverPosition4Visible };
+ }
+
+ public override void Show()
+ {
+ TriList.SetBool(UIBoolJoin.MCScreenSaverVisible, true);
+
+ StartPositionTimer();
+
+ base.Show();
+ }
+
+ public override void Hide()
+ {
+ PositionTimer.Stop();
+ PositionTimer.Dispose();
+ PositionTimer = null;
+
+ ClearAllPositions();
+
+ TriList.SetBool(UIBoolJoin.MCScreenSaverVisible, false);
+
+ base.Hide();
+ }
+
+
+
+ void StartPositionTimer()
+ {
+ if (PositionTimer == null)
+ {
+ PositionTimer = new CTimer((o) => PositionTimerExpired(), PositionTimeoutMs);
+ SetCurrentPosition();
+ }
+ }
+
+ void PositionTimerExpired()
+ {
+ if (CurrentPositionIndex <= PositionJoins.Count)
+ {
+ CurrentPositionIndex++;
+ }
+ else
+ {
+ CurrentPositionIndex = 0;
+ }
+ }
+
+ //
+ void SetCurrentPosition()
+ {
+ ClearAllPositions();
+
+ // Set based on current index
+ TriList.SetBool(PositionJoins[CurrentPositionIndex], true);
+ }
+
+ void ClearAllPositions()
+ {
+ foreach (var join in PositionJoins)
+ {
+ TriList.SetBool(join, false);
+ }
+ }
+ }
+
+}
\ No newline at end of file
diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/IMobileControl.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/IMobileControl.cs
index 03f73ba4..53170915 100644
--- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/IMobileControl.cs
+++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/DeviceTypeInterfaces/IMobileControl.cs
@@ -1,11 +1,33 @@
-using PepperDash.Core;
+using System;
+using PepperDash.Core;
namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
{
- public interface IMobileControl:IKeyed
+ ///
+ /// Describes a MobileControlSystemController
+ ///
+ public interface IMobileControl : IKeyed
{
void CreateMobileControlRoomBridge(EssentialsRoomBase room);
void LinkSystemMonitorToAppServer();
}
+
+ ///
+ /// Describes a MobileControl Room Bridge
+ ///
+ public interface IMobileControlRoomBridge : IKeyed
+ {
+ event EventHandler UserCodeChanged;
+
+ IMobileControl Parent { get; }
+
+ string UserCode { get; }
+
+ string QrCodeUrl { get; }
+
+ string McServerUrl { get; }
+
+ string RoomName { get; }
+ }
}
\ No newline at end of file
diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Room/EssentialsRoomBase.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Room/EssentialsRoomBase.cs
index bb57941e..47d1399a 100644
--- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Room/EssentialsRoomBase.cs
+++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Room/EssentialsRoomBase.cs
@@ -9,6 +9,7 @@ using PepperDash.Core;
using PepperDash.Essentials.Core;
using PepperDash.Essentials.Core.Config;
using PepperDash.Essentials.Core.Devices;
+using PepperDash.Essentials.Core.DeviceTypeInterfaces;
namespace PepperDash.Essentials.Core
{
@@ -37,6 +38,16 @@ namespace PepperDash.Essentials.Core
protected abstract Func IsWarmingFeedbackFunc { get; }
protected abstract Func IsCoolingFeedbackFunc { get; }
+ ///
+ /// Indicates if this room is Mobile Control Enabled
+ ///
+ public bool IsMobileControlEnabled { get; private set; }
+
+ ///
+ /// The bridge for this room if Mobile Control is enabled
+ ///
+ public IMobileControlRoomBridge MobileControlRoomBridge { get; private set; }
+
///
/// The config name of the source list
///
@@ -125,9 +136,30 @@ namespace PepperDash.Essentials.Core
{
if (RoomOccupancy != null)
OnRoomOccupancyIsSet();
+
+ SetUpMobileControl();
});
}
+ ///
+ /// If mobile control is enabled, sets the appropriate properties
+ ///
+ void SetUpMobileControl()
+ {
+ var mcBridgeKey = string.Format("mobileControlBridge-{0}", Key);
+ var mcBridge = DeviceManager.GetDeviceForKey(mcBridgeKey);
+ if (mcBridge == null)
+ {
+ Debug.Console(1, this, "Mobile Control Bridge Not found for this room.");
+ return;
+ }
+ else
+ {
+ MobileControlRoomBridge = mcBridge as IMobileControlRoomBridge;
+ IsMobileControlEnabled = true;
+ }
+ }
+
void RoomVacancyShutdownPromptTimer_HasFinished(object sender, EventArgs e)
{
switch (VacancyMode)
diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Touchpanels/CrestronTouchpanelPropertiesConfig.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Touchpanels/CrestronTouchpanelPropertiesConfig.cs
index 42882a51..73b66bce 100644
--- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Touchpanels/CrestronTouchpanelPropertiesConfig.cs
+++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Touchpanels/CrestronTouchpanelPropertiesConfig.cs
@@ -14,6 +14,8 @@
public UiSetupPropertiesConfig Setup { get; set; }
public string HeaderStyle { get; set; }
public bool IncludeInFusionRoomHealth { get; set; }
+ public uint ScreenSaverTimeoutMin { get; set; }
+ public uint ScreenSaverMovePositionIntervalMs { get; set; }
///
@@ -26,6 +28,10 @@
{
SourcesOverflowCount = 5;
HeaderStyle = CrestronTouchpanelPropertiesConfig.Habanero;
+
+ // Default values
+ ScreenSaverTimeoutMin = 5;
+ ScreenSaverMovePositionIntervalMs = 15000;
}
///