Skip to content

Commit

Permalink
Add missing device and entity to binding event
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Apr 9, 2024
1 parent 0cdc3e9 commit b2462e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spine/binding_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ func (c *BindingManager) AddBinding(remoteDevice api.DeviceRemoteInterface, data
EventType: api.EventTypeBindingChange,
ChangeType: api.ElementChangeAdd,
Data: data,
Device: remoteDevice,
Entity: clientFeature.Entity(),
Feature: clientFeature,
LocalFeature: serverFeature,
}
Expand Down

0 comments on commit b2462e8

Please sign in to comment.