Overview
Adds an input which displays the connect code of the parent node. This only applies to devices connected to a sensemetrics Thread.
Custom Configuration
For common configuration values, see UI Controls. Configuration values specific to this control are:
Config Property | Type | Description | Example Values |
threadTooltip | Boolean | Whether or not to show a tooltip image illustrating where to locate a connect code. Defaults to false and will not be shown if the control is disabled. |
threadTooltip: true |
Examples
- id: connectCodeInput
modelPath: props.NODE_ID
layout: first-column
requiredForCreation: true
config:
label: Thread Connect Code
restrictions:
disabled: true
- id: connectCodeInput
modelPath: props.NODE_ID
layout: first-column
requiredForCreation: true
config:
label: Thread Connect Code
threadTooltip: true
validators:
required: true
restrictions:
disabled: true
Comments
0 comments
Please sign in to leave a comment.