Dashboard Lights
getDashboardLights([, propertyNames])
Declaration
hmkit.commands.DashboardLights.getDashboardLights()
Parameters
propertyNames | (optional) Array of names of the properties you want returned. |
Returns
DashboardLightsResponse
Example
hmkit.telematics.sendCommand(
hmkit.commands.DashboardLights.getDashboardLights(),
accessCertificate
);
DashboardLightsResponse
Parameters
bulbFailures | (Object) |
data.value | (Array |
timestamp | (Date) |
dashboardLights | (Object) |
data.value | (Array |
timestamp | (Date) |
dynamicWarnings | (Object) |
data.value | (Array |
timestamp | (Date) |
Example
{
"bulbFailures": [
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"value": "turn_signal_right"
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"value": "high_beam"
}
}
],
"dashboardLights": [
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "high_beam"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "low_beam"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "hazard_warning"
},
"state": {
"value": "on"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "brake_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "hatch_open"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "fuel_level"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "engine_coolant_temperature"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "battery_charging_condition"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "engine_oil"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "position_lights"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "front_fog_light"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "rear_fog_light"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "park_heating"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "engine_indicator"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "service_call"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "transmission_fluid_temperature"
},
"state": {
"value": "on"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "transmission_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "anti_lock_brake_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "worn_brake_linings"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "windscreen_washer_fluid"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "engine_oil_level"
},
"state": {
"value": "on"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "engine_coolant_level"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "steering_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "esc_indication"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "brake_lights"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "adblue_level"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "fuel_filter_diff_pressure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "seat_belt"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "advanced_braking"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "acc"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "trailer_connected"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "airbag"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "esc_switched_off"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "lane_departure_warning_off"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "air_filter_minder"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "air_suspension_ride_control_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "all_wheel_drive_disabled"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "anti_theft"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "blind_spot_detection"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "charge_system_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "check_fuel_cap"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "check_fuel_fill_inlet"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "check_fuel_filter"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "dc_temp_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "dc_warning_status"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "diesel_engine_idle_shutdown"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "diesel_engine_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "diesel_exhaust_fluid_system_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "diesel_exhaust_over_temp"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "diesel_exhaust_fluid_quality"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "diesel_filter_regeneration"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "diesel_particulate_filter"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "diesel_pre_heat"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "electric_trailer_brake_connection"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_cell_max_volt_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_cell_min_volt_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_charge_energy_storage_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_high_level_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_high_temperature_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_insulation_resist_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_jump_level_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_low_level_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_max_volt_veh_energy_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_min_volt_veh_energy_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_over_charge_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_poor_cell_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "ev_battery_temp_diff_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "forward_collision_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "fuel_door_open"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "hill_descent_control_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "hill_start_assist_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "hv_interlocking_status_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "lighting_system_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "malfunction_indicator"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "motor_controller_temp_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "park_aid_malfunction"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "passive_entry_passive_start"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "powertrain_malfunction"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "restraints_indicator_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "start_stop_engine_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "traction_control_disabled"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "traction_control_active"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "traction_motor_temp_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_pressure_monitor_system_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "water_in_fuel"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_warning_front_right"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_warning_front_left"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_warning_rear_right"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_warning_rear_left"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_warning_system_error"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "battery_low_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "brake_fluid_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "active_hood_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "active_spoiler_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "adjust_tire_pressure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "steering_lock_alert"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "anti_pollution_failure_engine_start_impossible"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "anti_pollution_system_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "anti_reverse_system_failing"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "auto_parking_brake"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "automatic_braking_deactive"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "automatic_braking_system_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "automatic_lights_settings_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "keyfob_battery_alarm"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "trunk_open"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "check_reversing_lamp"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "crossing_line_system_alert_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "dipped_beam_headlamps_front_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "dipped_beam_headlamps_front_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "directional_headlamps_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "directional_light_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "dsg_failing"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "electric_mode_not_available"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "electronic_lock_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "engine_control_system_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "engine_oil_pressure_alert"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "esp_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "excessive_oil_temperature"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_front_left_flat"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_front_right_flat"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_rear_left_flat"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_rear_right_flat"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "fog_light_front_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "fog_light_front_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "fog_light_rear_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "fog_light_rear_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "fog_light_front_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "door_front_left_open"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "door_front_left_open_high_speed"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_front_left_not_monitored"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "door_front_right_open"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "door_front_right_open_high_speed"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_front_right_not_monitored"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "headlights_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "headlights_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "hybrid_system_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "hybrid_system_fault_repaired_vehicle"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "hydraulic_pressure_or_brake_fluid_insufficient"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "lane_departure_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "limited_visibility_aids_camera"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_pressure_low"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "maintenance_date_exceeded"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "maintenance_odometer_exceeded"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "other_failing_system"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "parking_brake_control_failing"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "parking_space_measuring_system_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "place_gear_to_parking"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "power_steering_assistance_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "power_steering_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "preheating_deactivated_battery_too_low"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "preheating_deactivated_fuel_level_too_low"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "preheating_deactivated_battery_set_the_clock"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "fog_light_rear_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "door_rear_left_open"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "door_rear_left_open_high_speed"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_rear_left_not_monitored"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "door_rear_right_open"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "door_rear_right_open_high_speed"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_rear_right_not_monitored"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "screen_rear_open"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "retractable_roof_mechanism_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "reverse_light_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "reverse_light_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "risk_of_ice"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "roof_operation_impossible_apply_parking_break"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "roof_operation_impossible_apply_start_engine"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "roof_operation_impossible_temperature_too_high"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "seatbelt_passenger_front_right_unbuckled"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "seatbelt_passenger_rear_left_unbuckled"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "seatbelt_passenger_rear_center_unbuckled"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "seatbelt_passenger_rear_right_unbuckled"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "battery_secondary_low"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "shock_sensor_failing"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "side_lights_front_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "side_lights_front_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "side_lights_rear_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "side_lights_rear_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "spare_wheel_fitter_driving_aids_deactivated"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "speed_control_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "stop_light_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "stop_light_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "suspension_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "suspension_failure_reduce_speed"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "suspension_fault_limited_to_90kmh"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_pressure_sensor_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "trunk_open_high_speed"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "trunk_window_open"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "turn_signal_front_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "turn_signal_front_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "turn_signal_rear_left_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "turn_signal_rear_right_failure"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "tire_under_inflation"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "wheel_pressure_fault"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "oil_change_warning"
},
"state": {
"value": "off"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"name": {
"value": "inspection_warning"
},
"state": {
"value": "off"
}
}
}
],
"dynamicWarnings": [
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"category": {
"value": "engine"
},
"id": {
"value": "abc012"
},
"description": {
"value": "Engine warning"
}
}
},
{
"timestamp": "2021-06-01T15:48:04.887Z",
"data": {
"category": {
"value": "headlights"
},
"id": {
"value": "foo_123"
},
"description": {
"value": "Headlights warning"
}
}
}
]
}
getAvailability([, propertyNames])
Declaration
hmkit.commands.DashboardLights.getAvailability()
Parameters
propertyNames | (optional) Array of names of the properties you want returned. |
Example
// Get availability for all properties
hmkit.telematics.sendCommand(
hmkit.commands.DashboardLights.getAvailability(),
accessCertificate
);
// Get availability for specific properties
hmkit.telematics.sendCommand(
hmkit.commands.DashboardLights.getAvailability(['dashboardLights']),
accessCertificate
);
Response
Parameters
availability | (Object) |
updateRate.value | (String) enum |
rateLimit.value | (Number) |
rateLimit.unit | (String) |
appliesPer.value | (String) |
Discussion
The response contains an availability object for each property, as shown in the example
Example
{
"dashboardLights": {
"availability": {
"updateRate": {
"value": "trip_high"
},
"rateLimit": {
"value": 64,
"unit": "hertz"
},
"appliesPer": {
"value": "vehicle"
}
}
}
}