mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 12:37:07 +00:00
Fixed issue with creating events in edge scenarios when properties change from Fusion
This commit is contained in:
parent
7112c50f5a
commit
065075aabd
5 changed files with 19 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue