You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
919 B

package haus.nightmare.GlassTesla;
public class VehicleConfig {
public boolean can_accept_navigation_requests;
public boolean can_actuate_trunks;
public String car_special_type;
public String car_type;
public String charge_port_type;
public boolean default_charge_to_max;
public boolean ece_restrictions;
public boolean eu_vehicle;
public String exterior_color;
public boolean has_air_suspension;
public boolean has_ludicrous_mode;
public boolean motorized_charge_port;
public boolean plg;
public int rear_seat_heaters;
public int rear_seat_type;
public boolean rhd;
public String roof_color;
public int seat_type;
public String spoiler_type;
public int sun_roof_installed;
public String third_row_seats;
public long timestamp;
public String trim_badging;
public boolean use_range_badging;
public String wheel_type;
}