Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update opcua-iiot-core-listener.ts (Bugfix on eventFilter usage) #295

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

svaud
Copy link

@svaud svaud commented Oct 17, 2024

Changing 'eventFilter' Property in BuildNewEventItem function to 'uaEventFilter' (according to the output of the OPCUA-iiot-Event node.

The node OPCUA-iiot-Event is sending 'uaEventFilter' Property in payload. But the Listener node building a new event from the filter property 'eventFilter' in msg.payload. This difference prevents that any event properties will returned (causing the wrong or empty filter).

Changing 'eventFilter' Property in BuildNewEventItem function to 'uaEventFilter'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant