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

[Enhancement] Suggest to send complete msg info for openhab2-out node #47

Open
lsafelix75 opened this issue Mar 30, 2020 · 0 comments
Open

Comments

@lsafelix75
Copy link

lsafelix75 commented Mar 30, 2020

Hi,

Just a suggestion to include a complete msg object that include itemname for
77-openhab2.js line 482 to the following. The main reason i suggest this is because we can use subsequent nodes to verify the intended status for a configured item on openhab2-out. Thanks.

msg.item = item; node.send(msg);
instead of
node.send(msg)

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

No branches or pull requests

1 participant