Boolean
LightName
Boolean
Boolean
LightCapabilities
LightCapabilities
LightCapabilities
LightCapabilities
Boolean
Get the DensityAvailable
Kind: Instance method of LightCapabilities
Returns: Boolean
- the KEY_DENSITY_AVAILABLE value
LightName
Get the NameParam
Kind: Instance method of LightCapabilities
Returns: LightName
- the KEY_NAME value
Boolean
Get the RgbColorSpaceAvailable
Kind: Instance method of LightCapabilities
Returns: Boolean
- the KEY_RGB_COLOR_SPACE_AVAILABLE value
Boolean
Get the StatusAvailable
Kind: Instance method of LightCapabilities
Returns: Boolean
- the KEY_STATUS_AVAILABLE value
LightCapabilities
Set the DensityAvailable
Kind: Instance method of LightCapabilities
Returns: LightCapabilities
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
available | Boolean |
Indicates if the light's density can be set remotely (similar to a dimmer). - The desired DensityAvailable. |
LightCapabilities
Set the NameParam
Kind: Instance method of LightCapabilities
Returns: LightCapabilities
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
name | LightName |
Enumeration that describes possible values of light name. The mobile libraries and SDL Core use the name string when referencing these elements. - The desired NameParam. |
LightCapabilities
Set the RgbColorSpaceAvailable
Kind: Instance method of LightCapabilities
Returns: LightCapabilities
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
available | Boolean |
Indicates if the light's color can be set remotely by using the sRGB color space. - The desired RgbColorSpaceAvailable. |
LightCapabilities
Set the StatusAvailable
Kind: Instance method of LightCapabilities
Returns: LightCapabilities
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
available | Boolean |
Indicates if the status (ON/OFF) can be set remotely. App shall not use read-only values (RAMP_UP/RAMP_DOWN/UNKNOWN/INVALID) in a setInteriorVehicleData request. - The desired StatusAvailable. |