Fixed issue with creating events in edge scenarios when properties change from Fusion

This commit is contained in:
Neil Dorin
2018-09-12 13:57:15 -06:00
parent 7112c50f5a
commit 065075aabd
5 changed files with 19 additions and 4 deletions

View File

@@ -832,7 +832,7 @@ namespace PepperDash.Essentials.Fusion
if (handler != null)
handler(this, new EventArgs());
CustomPropertiesBridge.EvaluateRoomInfo(roomInformation);
CustomPropertiesBridge.EvaluateRoomInfo(Room.Key, roomInformation);
}
}
catch (Exception e)