Status led
Status led¶
Name | Type | Default Value | Description |
---|---|---|---|
label | string | labelText | Text label to display. Manually editing this field will set the inheritLabelFromData parameter to false |
inheritLabelFromData | boolean | True | When set to true, the label will be inherited from the connected variable |
displayLabel | boolean | True | If true, a label is displayed |
labelFontSize | number | 0.5 | Label font-size |
labelColor | string | var(--widget-label-color) | Label text color |
labelFontFamily | string | var(--widget-font-family) | Label font-family. Possible values: Arial, Verdana, Tahoma, Trebuchet MS, Times New Roman, Georgia, Garamond, Courier New, Brush Script MT, Montserrat, ralway, Lucida Grande, Lato, Menlo |
labelWidthProportion | string | 60% | Label width proportion with respect to the widget width. The value should be in percentage |
onColor | string | #00b700 | Led on color |
offColor | string | #004d00 | Led off color |