Class: BacklightLightBusConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/BacklightConfig.ts:110
A configuration object which defines backlight light bus options.
Implements
Constructors
Constructor
new BacklightLightBusConfig(
baseInstrument
,element
):BacklightLightBusConfig
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/BacklightConfig.ts:125
Creates a new BacklightLightBusConfig from a configuration document element.
Parameters
Parameter | Type | Description |
---|---|---|
baseInstrument | BaseInstrument | The BaseInstrument element associated with the configuration. |
element | Element | A configuration document element. |
Returns
BacklightLightBusConfig
Properties
level
readonly
level:CompositeLogicXMLElement
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/BacklightConfig.ts:112
The logic that provides the backlight level requested by the light bus.
offThreshold
readonly
offThreshold:number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Backlight/BacklightConfig.ts:118
The light bus level threshold below which backlight control will default to photocell instead. If the threshold is zero, then backlight control will always use the light bus level when light bus control is selected.