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
Thanks developer for a userful node. This is not an issue, but I would like to share some details of how I got this matter node to work, maybe it is in the document somewhere, but I missed it. Hope this helps other users.
To control the device, the INJECT node is to inject to msg.payload.on
To turn on, send msg.payload.on = boolean True
To turn off, send msg.payload.on = boolean False.
The example in the node uses msg.payload which does not work.
The text was updated successfully, but these errors were encountered:
Thanks developer for a userful node. This is not an issue, but I would like to share some details of how I got this matter node to work, maybe it is in the document somewhere, but I missed it. Hope this helps other users.
To turn on, send msg.payload.on = boolean True
To turn off, send msg.payload.on = boolean False.
The example in the node uses msg.payload which does not work.
The text was updated successfully, but these errors were encountered: