mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 12:44:58 +00:00
Minor friday afternoon changes
This commit is contained in:
@@ -757,7 +757,7 @@ namespace PepperDash.Essentials
|
|||||||
if (value)
|
if (value)
|
||||||
{
|
{
|
||||||
WarmingCoolingModal = new ModalDialog(TriList);
|
WarmingCoolingModal = new ModalDialog(TriList);
|
||||||
WarmingCoolingModal.PresentModalDialog(0, "Powering up", "Power", "Room is warming up. Please wait.",
|
WarmingCoolingModal.PresentModalDialog(0, "Powering Up", "Power", "<p>Room is powering up</p><p>Please wait</p>",
|
||||||
"", "", false, false, null);
|
"", "", false, false, null);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@@ -776,7 +776,7 @@ namespace PepperDash.Essentials
|
|||||||
if (value)
|
if (value)
|
||||||
{
|
{
|
||||||
WarmingCoolingModal = new ModalDialog(TriList);
|
WarmingCoolingModal = new ModalDialog(TriList);
|
||||||
WarmingCoolingModal.PresentModalDialog(0, "Shutting down", "Power", "Room is shutting down. Please wait.",
|
WarmingCoolingModal.PresentModalDialog(0, "Shut Down", "Power", "<p>Room is shutting down</p><p>Please wait</p>",
|
||||||
"", "", false, false, null);
|
"", "", false, false, null);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user