forked from openhab/openhab-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always send correct 'item' member in SSE events (openhab#691)
* Make sure to always send the correct 'item' member in SSE events. If a change to item A causes visibility changes to item B, we previously sent an SSE event for B including the new visibility for B, but included item and state of A. This leads to client confusion, as it'll update its internal state for the widget belonging to B with the item state of A. Make sure to always send the item for B and to omit state in that case. Closes openhab#690 Signed-off-by: Danny Baumann <[email protected]>
- Loading branch information
Showing
1 changed file
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters