mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Minor friday afternoon changes
This commit is contained in:
parent
d55d30be3f
commit
6ab5f06fc9
3 changed files with 2 additions and 2 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue