-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
feat: add valueId, node and logger to parse functions #319
Conversation
* add logger param to parse function * update description in the UI * unrelated: change 'Save' to 'Update' (no save done here
@ahochsteger I would also add the node object, before the logger :) ALso remember to update docs |
Good idea, will add it and have a look at the docs ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dito
How would I get the node object in evalFunction() as it just has access to |
Ok, I can add it to |
@ahochsteger Yep I would add in order |
Done locally. |
Pull Request Test Coverage Report for Build 509782018
💛 - Coveralls |
I'm using an empty object for |
This PR makes the following objects available to the send and receive parse functions:
logger
: Thelogger
object of the gatewayvalueId
: ThevalueId
object that contains more information about the affected valuenode
: Thenode
object that contains all information about the affected nodeIt allows something like this which was not possible before: