You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: