Spotlight
Spotlight for a specific area in the vehicle.
type Spotlight {
color: String
intensity(
unit: RelationUnitEnum = PERCENT
): UInt8
isLightOn: Boolean
instanceTag: Spotlight_InstanceTag
}
Fields
Spotlight.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".
Spotlight.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).
Spotlight.intensity.unit ● RelationUnitEnum enum
Spotlight.isLightOn ● Boolean scalar
Indicates whether the light is turned on. True = On, False = Off.
Spotlight.instanceTag ● Spotlight_InstanceTag object
Member Of
Light object