Updates from testing UI reconnecting to room after room properties update from Fusion

This commit is contained in:
Neil Dorin
2018-09-18 17:53:33 -06:00
parent 182326b3c5
commit 0406361d75
6 changed files with 43 additions and 7 deletions

View File

@@ -89,7 +89,9 @@ namespace PepperDash.Essentials.Fusion
if (!string.IsNullOrEmpty(roomInfo.Name))
{
Debug.Console(1, "Current Room Name: {0}. New Room Name: {1}", deviceConfig.Name, roomInfo.Name);
// Set the name in config
deviceConfig.Name = roomInfo.Name;
Debug.Console(1, "Room Name Successfully Changed.");
}