Skip to main content

AmbientLight

Decorative coloured light inside the cabin, usually mounted on the door, ceiling, etc.

type AmbientLight {
color: String
intensity(
unit: RelationUnitEnum = PERCENT
): UInt8
isLightOn: Boolean
instanceTag: AmbientLight_InstanceTag
}

Fields

AmbientLight.color ● String scalar

Hexadecimal color code represented as a 3-byte RGB (i.e. Red, Green, and Blue) value preceded by a hash symbol "#". Allowed range "#000000" to "#FFFFFF".

AmbientLight.intensity ● UInt8 scalar

How much of the maximum possible brightness of the light is used. 1 = Maximum attenuation, 100 = No attenuation (i.e. full brightness).

AmbientLight.intensity.unit ● RelationUnitEnum enum

AmbientLight.isLightOn ● Boolean scalar

Indicates whether the light is turned on. True = On, False = Off.

AmbientLight.instanceTag ● AmbientLight_InstanceTag object

Member Of

Light object