BooleanLightNameBooleanBooleanLightCapabilitiesLightCapabilitiesLightCapabilitiesLightCapabilitiesBooleanGet the DensityAvailable
Kind: Instance method of LightCapabilities
Returns: Boolean - the KEY_DENSITY_AVAILABLE value
LightNameGet the NameParam
Kind: Instance method of LightCapabilities
Returns: LightName - the KEY_NAME value
BooleanGet the RgbColorSpaceAvailable
Kind: Instance method of LightCapabilities
Returns: Boolean - the KEY_RGB_COLOR_SPACE_AVAILABLE value
BooleanGet the StatusAvailable
Kind: Instance method of LightCapabilities
Returns: Boolean - the KEY_STATUS_AVAILABLE value
LightCapabilitiesSet 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. |
LightCapabilitiesSet 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. |
LightCapabilitiesSet 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. |
LightCapabilitiesSet 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. |