Custom attributes are the core of the ID system for identfying components within a project. Use them to ID components such as buttons, sliders, input text fields, tabs, pages and everything else. To set the Custom Attribute select the component, go to the Settings tab.
For websocket communication
Add this to a div in your project.
data-ip: Expects ip address of host control processor
Custom Attributes:
Name="data-ip"
Value="<ipaddress>"
For Digital, Analog or Serial communication
Assign these attributes to your button, slider, or text fields
Custom Attributes:
Name="data-type"
Value="<digital, analog, serial>"
Name="data-id"
Value="<unique identifier>"