Room is powering up
Please wait
", - "", "", false, false, null); + ShowNotificationRibbon("Room is powering on. Please wait...", 0); + //WarmingCoolingModal = new ModalDialog(TriList); + //WarmingCoolingModal.PresentModalDialog(0, "Powering Up", "Power", "Room is powering up
Please wait
", + // "", "", false, false, null); } else { - if (WarmingCoolingModal != null) - WarmingCoolingModal.CancelDialog(); + ShowNotificationRibbon("Room is powered on. Welcome.", 2000); + //if (WarmingCoolingModal != null) + // WarmingCoolingModal.CancelDialog(); } } @@ -1140,14 +1142,17 @@ namespace PepperDash.Essentials { if (CurrentRoom.IsCoolingDownFeedback.BoolValue) { - WarmingCoolingModal = new ModalDialog(TriList); - WarmingCoolingModal.PresentModalDialog(0, "Shut Down", "Power", "Room is shutting down
Please wait
", - "", "", false, false, null); + ShowNotificationRibbon("Room is powering off. Please wait.", 0); + + //WarmingCoolingModal = new ModalDialog(TriList); + //WarmingCoolingModal.PresentModalDialog(0, "Power Off", "Power", "Room is powering off
Please wait
", + // "", "", false, false, null); } else { - if (WarmingCoolingModal != null) - WarmingCoolingModal.CancelDialog(); + HideNotificationRibbon(); + //if (WarmingCoolingModal != null) + // WarmingCoolingModal.CancelDialog(); } } diff --git a/Release Package/PepperDashEssentials.cpz b/Release Package/PepperDashEssentials.cpz index 567c1f73..80fa09fa 100644 Binary files a/Release Package/PepperDashEssentials.cpz and b/Release Package/PepperDashEssentials.cpz differ diff --git a/Release Package/PepperDashEssentials.dll b/Release Package/PepperDashEssentials.dll index 1a96ce48..f8a5cb88 100644 Binary files a/Release Package/PepperDashEssentials.dll and b/Release Package/PepperDashEssentials.dll differ