DocsArrow - Elements Webflow Library - BRIX Templates
Example Useage

Example Useage

Example: Use the Digital Toggle node to toggle a button press from the unity touchpanel project. In this case we have InstanceId 1 and 2 wired up.

The GetValue node is a helper node that allows the msg.payload.Value to be extracted from the msg.payload object. The output of the GetValue node is a msg.payload. This makes it easy to manipulate the logic. In the above example the GetValue Node drives the Digital Toggle Node with a true value. The Toggle outputs a boolean value to the Set Feedback Node. The Set Feedback node is setup to direct the value to a user specified InstanceId. Note that the Set Feedback Node simply passes the msg.payload value through to the appropriate InstanceId. You must wire the output of the Set Feedback Node to the appropriate Mqtt Feedback Node.