Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit 8797d16

Browse files
committed
Add Binding request to UCOPEV
1 parent 6139a4f commit 8797d16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ucopev/events.go

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ func (e *UCOPEV) evConnected(entity spineapi.EntityRemoteInterface) {
4343
logging.Log().Debug(err)
4444
}
4545

46+
if _, err := evLoadControl.Bind(); err != nil {
47+
logging.Log().Debug(err)
48+
}
49+
4650
// get descriptions
4751
if _, err := evLoadControl.RequestLimitDescriptions(); err != nil {
4852
logging.Log().Debug(err)

0 commit comments

Comments
 (0)