You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remote Control – Lights – More Names and Status Values
Description:
As a mobile application, I want to know to get the status of additional vehicle lights.
Detailed description:
Mobile API Change
<enumname="LightName">
......
+ <elementname="REAR_CARGO_LIGHTS"value="512">
+ <description>
+ Cargo lamps illuminate the cargo area.
+ </description>
+ </element>
+ <elementname="REAR_TRUCK_BED_LIGHTS"value="513">
+ <description>
+ Truck bed lamps light up the bed of the truck.
+ </description>
+ </element>
+ <elementname="REAR_TRAILER_LIGHTS"value="514">
+ <description>
+ Trailer lights are lamps mounted on a trailer hitch.
+ </description>
+ </element>
+ <elementname="LEFT_SPOT_LIGHTS"value="515">
+ <description>
+ It is the spotlights mounted on the left side of a vehicle.
+ </description>
+ </element>
+ <elementname="RIGHT_SPOT_LIGHTS"value="516">
+ <description>
+ It is the spotlights mounted on the right side of a vehicle.
+ </description>
+ </element>
+ <elementname="LEFT_PUDDLE_LIGHTS"value="517">
+ <description>
+ Puddle lamps illuminate the ground beside the door as the customer is opening or approaching the door.
+ </description>
+ </element>
+ <elementname="RIGHT_PUDDLE_LIGHTS"value="518">
+ <description>
+ Puddle lamps illuminate the ground beside the door as the customer is opening or approaching the door.
+ </description>
+ </element>
......
+ <elementname="EXTERIOR_ALL_LIGHTS"value="905">
+ <description> Include all exterior lights around the vehicle. </description>
+ </element>
</enum>
<enumname="LightStatus">
<elementname="ON"/>
<elementname="OFF"/>
+ <elementname="RAMP_UP"/>
+ <elementname="RAMP_DOWN"/>
+ <elementname="UNKNOWN"/>
+ <elementname="INVALID"/>
</enum>
<structname="LightCapabilities">
<paramname="name"type="LightName"mandatory="true" />
- <!-- Assuming light ON/OFF status is always available -->
+ <paramname="statusAvailable"type="Boolean"mandatory="false">
+ <description>
+ 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.
+ </description>
+ </param>
......
</struct>
HMI API Change
The changes are the same as that of the mobile API.
Remote Control – Lights – More Names and Status Values
Description:
As a mobile application, I want to know to get the status of additional vehicle lights.
Detailed description:
Mobile API Change
HMI API Change
The changes are the same as that of the mobile API.
Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: