Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

2022 Tesla Model 3 LR Projector to Matrix headlight retrofit

This site may earn commission on affiliate links.
Yep, seems to stay unlocked for 15 minutes. Which is plenty of time to change the gateway config if we can actually open a shell into the gateway.

1668992844745.jpeg



The tesla service manual does reference how to edit the gateway configuration under some retrofit actions. I wonder if those menus are just not present in the consumer facing version (see below)

1668993083021.png


1668993116208.png
 
Yeah they don't seem to be present in the consumer version. And in the service version headlights were locked out.
Yep, seems to stay unlocked for 15 minutes. Which is plenty of time to change the gateway config if we can actually open a shell into the gateway.

View attachment 876621


The tesla service manual does reference how to edit the gateway configuration under some retrofit actions. I wonder if those menus are just not present in the consumer facing version (see below)

View attachment 876622

View attachment 876623
 
Hmm well, it is very possible that those particular lockouts are rather superficial and simply being in service mode plus is enough for the gateway to accept commands. As discussed before though, $500 is a bit much for a maybe, especially since I don't have much other use for toolbox right now.

Obviously I already have the headlights given mine is a 2022 model, but there are still other gateway edits I'd like to make.
 
  • Like
Reactions: WhiteM3P-
Hmm well, it is very possible that those particular lockouts are rather superficial and simply being in service mode plus is enough for the gateway to accept commands. As discussed before though, $500 is a bit much for a maybe, especially since I don't have much other use for toolbox right now.

Obviously I already have the headlights given mine is a 2022 model, but there are still other gateway edits I'd like to make.
Agreed. 500 is steep for a maybe
 
Hmm well, it is very possible that those particular lockouts are rather superficial and simply being in service mode plus is enough for the gateway to accept commands. As discussed before though, $500 is a bit much for a maybe, especially since I don't have much other use for toolbox right now.

Obviously I already have the headlights given mine is a 2022 model, but there are still other gateway edits I'd like to make.
do you have the tilting screen this is another update/retrofit I will love to do
 
Guys we can share the cost of the tool if u are Ok with that.
I'd be down.

do you have the tilting screen this is another update/retrofit I will love to do
On a refresh S/X? I personally drive a 3 so that was never an option there, though my dad has a refresh X, if I can download the config off that car, could probably figure out how to enable to the tilt screen (again, the big question being if we're able to edit the config at all)
 
So I got my hands on toolbox. The nice gateway config menu seen above doesn't exist. I think the task could be accomplished with this action, but I have no idea what syntax it expects

1669499150826.png


I figured out the syntax for the read command
1669499252067.png


(28 being headlight config, 02 being global headlights, 32 being lumbar type, 02 being driver only)

Anyone have any thoughts or hint?

Or if someone knows how to open a shell into the gateway with toolbox access, that would also be appreciated
 
  • Like
Reactions: ord3r
So I got my hands on toolbox. The nice gateway config menu seen above doesn't exist. I think the task could be accomplished with this action, but I have no idea what syntax it expects

View attachment 878563

I figured out the syntax for the read command
View attachment 878568

(28 being headlight config, 02 being global headlights, 32 being lumbar type, 02 being driver only)

Anyone have any thoughts or hint?

Or if someone knows how to open a shell into the gateway with toolbox access, that would also be appreciated
is not this a Generic one? I mean you want a specific configs for headlight right?
 
is not this a Generic one? I mean you want a specific configs for headlight right?
Nah I already have the headlights, I was posting here mainly because there was interest in making gateway changes. Right now I’m after the passenger lumbar. And then if I’m able to make other tweaks like support for amber turn signals and rear fogs, that’d be nice too
 
  • Like
Reactions: WhiteM3P-
So digging through some of the javascript files, I'm quite sure that the job mentioned above is what we need. Just need to figure out how to format the parameters.

For future refrence, excerpts from the js file:
Code:
{"title":"Set Vehicle Configs with safe gateway and ice reboot"
,"description":"",
"cancelable":false,
"valid_states":["StandStill|Parked"],
"post_fusing_allowed":false,
"message":{"command":"execute","args":
{"name":"Model3/tasks/PROC_ICE_X_SAFE-SET-VEHICLE-CONFIGS"}},
"name":"PROC_ICE_X_SAFE-SET-VEHICLE-CONFIGS","
inputs":{"configParams":{"datatype":"List","default":null},
"configs_require_ice_reboot":{"datatype":"List","default":null}}},
        xYld: function(e) {
            e.exports = JSON.parse('{"

PROC_ICE_X_ACCESS-INTERNAL-DAT":
    {"name":"Set Model SX Vehicle Config",
    "task":"PROC_ICE_X_ACCESS-INTERNAL-DAT",
    "description":"The Vehicle Configuration interface allows users to change a set of gateway configs on the vehicle. The set is populated based on the user\'s personal access levels and the connection type. After reading the configs, click any value on the right-hand side to view options and select a new config. Pending changes will be highlighted. Config changes only take effect after a successful gateway reboot, so ensure the car is parked and not in use. In cases where a config has never been set on a car (undefined), it will appear with the value \'not set\'. When connected locally and applying changes, the gateway will reboot immediately. When connected remotely, a reboot will be queued for when displays are off.",
    "inputs":["
        \'Read Config\' will fetch the current configuration and display is on the right.","
        \'Clear Changes\' will revert the highlighted changes to their originals. Nothing is changed on the vehicle.","
        \'Apply Changes\' will send the pending change(s) to the vehicle and reboot the gateway."],
    "usr_impact":"For local connections, the gateway reboots immediately if the car is parked. If remote, a gateway reboot will be queued for when the displays are off."},

"PROC_ICE_X_SAFE-SET-VEHICLE-CONFIGS":
    {"name":"Set Model 3Y Config Remotely",
    "task":"PROC_ICE_X_SAFE-SET-VEHICLE-CONFIGS",
    "description":"The Vehicle Configuration interface allows users to change a set of gateway configs on the vehicle. The set is populated based on the user\'s personal access levels and the connection type. After reading the configs, click any value on the right-hand side to view options and select a new config. Pending changes will be highlighted. The display must be off and the vehicle in park in order to change configs. Config changes will only take effect after a successful gateway reboot.",
    "inputs":[
        "\'Read Config\' will fetch the current configuration and display is on the right.",
        "\'Clear Changes\' will revert the highlighted changes to their originals. Nothing is changed on the vehicle.",
        "\'Apply Changes\' will send the pending change(s) to the vehicle and reboot the gateway (ensure that the display is off and the vehicle is in park prior to applying changes)."],
    "usr_impact":"This mode of Vehicle Configuration is for local or remote connection: it will set the vehicle configuration and only reboot the gateway if the vehicle is not in use."}}')
        },

                    GEN3_SET_CFG: "Gen3/tasks/PROC_ICE_X_SAFE-SET-VEHICLE-CONFIGS",
                    M3_SET_CFG: "Model3/tasks/PROC_ICE_X_SAFE-SET-VEHICLE-CONFIGS",

As well as what I believe is a near-complete list of vehicle confid ids and configurations
Code:
{
  "gen3": [
    {
      "accessId": 7,
      "codeKey": "exteriorColor",
      "content": {
        "enums": [
          {
            "codeKey": "RED_MULTICOAT",
            "description": "",
            "value": 0,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "SOLID_BLACK",
            "description": "",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "SILVER_METALLIC",
            "description": "",
            "value": 2,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "MIDNIGHT_SILVER",
            "description": "",
            "value": 3,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "DEEP_BLUE",
            "description": "",
            "value": 5,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "PEARL_WHITE",
            "description": "",
            "value": 6,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          }
        ]
      },
      "description": "exterior vehicle color",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 8,
      "codeKey": "drivetrainType",
      "content": {
        "enums": [
          {
            "codeKey": "RWD",
            "description": "rear wheel drive",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "AWD",
            "description": "all wheel drive, two motors",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "AWD_DUAL_REAR",
            "description": "",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 2
          }
        ]
      },
      "description": "Number of motors",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 9,
      "codeKey": "airSuspension",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "Coil Suspension",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "TESLA_STANDARD",
            "description": "Tesla Standard ECU",
            "value": 1
          },
          {
            "codeKey": "TESLA_ADAPTIVE",
            "description": "Tesla Adaptive ECU",
            "value": 2,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          }
        ]
      },
      "description": "Type of suspension installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 10,
      "codeKey": "epasType",
      "content": {
        "enums": [
          {
            "codeKey": "MANDO_VGR69_GEN3",
            "description": "",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "MANDO_VGR66_GEN3",
            "description": "Mando Gen3 EPAS 66mm/rev",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 1
          }
        ]
      },
      "description": "Type of EPAS ECU installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 12,
      "codeKey": "frontSeatHeaters",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": 0
          },
          {
            "codeKey": "KONGSBERG_LOW_POWER",
            "description": "Kongsberg low power heaters",
            "value": 1
          }
        ]
      },
      "description": "Front seat heaters are installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 13,
      "codeKey": "rearSeatHeaters",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": 0
          },
          {
            "codeKey": "KONGSBERG_LOW_POWER",
            "description": "Kongsberg low power heaters",
            "value": 1
          }
        ]
      },
      "description": "Rear seat heaters are installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 14,
      "codeKey": "packEnergy",
      "content": {
        "enums": [
          {
            "codeKey": "PACK_50_KWH",
            "description": "",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "PACK_74_KWH",
            "description": "",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "PACK_62_KWH",
            "description": "",
            "value": 2,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "PACK_100_KWH",
            "description": "",
            "value": 3,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          },
          {
            "codeKey": "PACK_75_KWH",
            "description": "",
            "value": 4
          }
        ]
      },
      "description": "Rated energy of the installed pack",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 15,
      "accessLevel": "GTW",
      "codeKey": "devSecurityLevel",
      "content": {
        "enums": [
          {
            "codeKey": "LC_FACTORY",
            "description": "Factory security level; must match MPC5748G HW value CUST_DEL",
            "value": 3
          },
          {
            "codeKey": "LC_GATED",
            "description": "Post-gate security level; must match MPC5748G HW value OEM_PROD",
            "value": 2
          }
        ]
      },
      "description": "Gateway debug security level for DEV-configured cars",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 16,
      "codeKey": "restraintsHardwareType",
      "content": {
        "enums": [
          {
            "codeKey": "NA_M3",
            "description": "Model 3 North American calibration",
            "value": 21,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "EUROW_ECALL_M3",
            "description": "Model 3 EU/Rest of World ECALL calibration",
            "value": 22,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "EUROW_NO_ECALL_M3",
            "description": "Model 3 EU/Rest of World non-ECall calibration",
            "value": 23,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "NA_MY_RC1",
            "description": "Model Y North American calibration",
            "value": 31
          },
          {
            "codeKey": "NA_MY",
            "description": "Model Y North American calibration",
            "value": 32,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "EUROW_ECALL_MY",
            "description": "Model Y EU/Rest of World ECALL calibration",
            "value": 33,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "EUROW_NO_ECALL_MY",
            "description": "Model Y EU/Rest of World Non-ECALL calibration",
            "value": 34,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "NA_M3_OH",
            "description": "",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 121
          },
          {
            "codeKey": "EUROW_ECALL_M3_OH",
            "description": "",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 122
          },
          {
            "codeKey": "ROW_NO_ECALL_M3_OH",
            "description": "",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 123
          },
          {
            "codeKey": "NA_MSP2",
            "description": "",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 171
          },
          {
            "codeKey": "NA_MSP2_YOKE",
            "description": "",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 174
          },
          {
            "codeKey": "EUROW_NO_ECALL_1_STG_DAB_MY",
            "description": "Rest of World with driver airbag with only a single stage inflator restraints configuration",
            "value": 37,
            "products": [
              "ModelY"
            ]
          },
          {
            "codeKey": "NA_MXP2",
            "description": "",
            "value": 101,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          },
          {
            "codeKey": "NA_MXP2_YOKE",
            "description": "",
            "value": 104,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          },
          {
            "codeKey": "ROW_NO_ECALL_M3_OH_PED_PRO",
            "description": "",
            "value": 124,
            "products": [
              "Model3",
              "ModelY"
            ]
          }
        ]
      },
      "description": "Used to select correct RCM calibration for vehicle",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 17,
      "codeKey": "brakeHWType",
      "content": {
        "enums": [
          {
            "codeKey": "BREMBO_P42_MANDO_43MOC",
            "description": "Base package for M3",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "BREMBO_LARGE_P42_BREMBO_44MOC",
            "description": "Performance package M3",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "BREMBO_LARGE_P42_MANDO_43MOC",
            "description": "Base package Model Y",
            "value": 2,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "BREMBO_LARGE_P42_BREMBO_LARGE_44MOC",
            "description": "Performance package Model Y",
            "value": 3,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "BREMBO2_42_44_D380_MANDO1_43_D365",
            "description": "Model S base brake package. Applied to Model S base and performance variants.",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 4
          },
          {
            "codeKey": "BREMBO2_42_44_D395_MANDO1_43_D365",
            "description": "Model X base brake package. Applied to Model X base and performance variants.",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 5
          },
          {
            "codeKey": "BREMBO_LARGE_P42_V2_BREMBO_44MOC",
            "description": "Performance brake package with new EPB motor for performance 3",
            "value": 6,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "BREMBO_LARGE_P42_V2_BREMBO_LARGE_44MOC",
            "description": "Performance brake package with new EPB motor for performance Y",
            "value": 7,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "BREMBO_LARGE_P42_V2_MANDO_43MOC",
            "description": "Base package for MY new EPB motor for quieter operation",
            "value": 8,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "BREMBO_P42_V2_MANDO_43MOC",
            "description": "Base package for M3 new EPB motor for quieter operation",
            "value": 9,
            "products": [
              "Model3",
              "ModelY"
            ]
          }
        ]
      },
      "description": "Brake caliper hardware type",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 18,
      "codeKey": "homelinkType",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "HOMELINK_V_OPT_2",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Type of homelink module installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 19,
      "codeKey": "rightHandDrive",
      "content": {
        "enums": [
          {
            "codeKey": "LEFT",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "RIGHT",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Driver orientation",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 20,
      "codeKey": "roofType",
      "content": {
        "enums": [
          {
            "codeKey": "METAL",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "FIXED_GLASS",
            "description": "",
            "value": 1
          },
          {
            "codeKey": "PANORAMIC",
            "description": "",
            "value": 2
          }
        ]
      },
      "description": "Type of roof installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 21,
      "codeKey": "vdcType",
      "content": {
        "enums": [
          {
            "codeKey": "BOSCH_VDC",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "TESLA_VDC",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Vehicle Dynamic Control type",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 24,
      "codeKey": "memoryMirrors",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_INSTALLED",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "SMR",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Memory mirrors (position recall) are installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 25,
      "codeKey": "powerSteeringColumn",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_INSTALLED",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "TK",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Powered steering column is installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 26,
      "codeKey": "interiorLighting",
      "content": {
        "enums": [
          {
            "codeKey": "BASE",
            "description": "",
            "value": 0,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "PREMIUM",
            "description": "",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "PREMIUM_NO_POCKET_LIGHT",
            "description": "",
            "value": 2,
            "products": [
              "Model3",
              "ModelY"
            ]
          }
        ]
      },
      "description": "Type of interior lighting package installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 27,
      "codeKey": "frontFogLamps",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_INSTALLED",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "INSTALLED",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Front fog lamps installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 28,
      "codeKey": "headlamps",
      "content": {
        "enums": [
          {
            "codeKey": "BASE",
            "description": "",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "PREMIUM",
            "description": "",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "GLOBAL",
            "description": "",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 2
          }
        ]
      },
      "description": "Type of headlamps installed. Premium headlamps contain additional LEDs",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 29,
      "codeKey": "autopilot",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "HIGHWAY",
            "description": "",
            "value": 1
          },
          {
            "codeKey": "ENHANCED",
            "description": "",
            "value": 2
          },
          {
            "codeKey": "SELF_DRIVING",
            "description": "",
            "value": 3
          },
          {
            "codeKey": "BASIC",
            "description": "",
            "value": 4
          }
        ]
      },
      "description": "Level of Autopilot firmware",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 30,
      "codeKey": "superchargingAccess",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_ALLOWED",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "ALLOWED",
            "description": "",
            "value": 1
          },
          {
            "codeKey": "PAY_AS_YOU_GO",
            "description": "",
            "value": 2
          }
        ]
      },
      "description": "Represents customer\\'s access to the Tesla supercharging network.",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 31,
      "codeKey": "audioType",
      "content": {
        "enums": [
          {
            "codeKey": "BASE",
            "description": "8 speakers, no external amp",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "PREMIUM",
            "description": "15 speakers, external amp",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "BASE_WITH_PREMIUM200",
            "description": "Subset of premium audio speakers, no external amp",
            "value": 2,
            "products": [
              "Model3",
              "ModelY"
            ]
          }
        ]
      },
      "description": "Type of audio package installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 32,
      "codeKey": "lumbarECUType",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "ALFMEIER",
            "description": "",
            "value": 1
          },
          {
            "codeKey": "ALFMEIER_DRIVER_ONLY_LHD",
            "description": "",
            "value": 2
          },
          {
            "codeKey": "ALFMEIER_DRIVER_ONLY_RHD",
            "description": "",
            "value": 3
          },
          {
            "codeKey": "AEW",
            "description": "",
            "value": 4
          },
          {
            "codeKey": "AEW_DRIVER_ONLY_LHD",
            "description": "",
            "value": 5
          },
          {
            "codeKey": "AEW_DRIVER_ONLY_RHD",
            "description": "",
            "value": 6
          }
        ]
      },
      "description": "Type of lumbar ECU installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 33,
      "accessLevel": "UDP",
      "codeKey": "ecuMapVersion",
      "content": {
        "enums": [
          {
            "codeKey": "BASE_VERSION",
            "description": "",
            "value": 0
          }
        ]
      },
      "description": "Translate car config to ECUs list",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 35,
      "codeKey": "numberHVILNodes",
      "content": {
        "enums": [
          {
            "codeKey": "HVIL_NODES_0",
            "description": "",
            "value": 0,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          },
          {
            "codeKey": "HVIL_NODES_1",
            "description": "",
            "value": 1
          },
          {
            "codeKey": "HVIL_NODES_2",
            "description": "",
            "value": 2,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "HVIL_NODES_3",
            "description": "",
            "value": 3,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "HVIL_NODES_4",
            "description": "",
            "value": 4
          },
          {
            "codeKey": "HVIL_NODES_5",
            "description": "",
            "value": 5
          }
        ]
      },
      "description": "Number of HVIL nodes",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 36,
      "codeKey": "frontSeatType",
      "content": {
        "enums": [
          {
            "codeKey": "BASE_TESLA",
            "description": "Manual base seats",
            "value": 0
          },
          {
            "codeKey": "PREMIUM_TESLA",
            "description": "Left and Right Motorized premium seat from Tesla",
            "value": 1
          },
          {
            "codeKey": "PREMIUM_L_YANFENG_R_TESLA",
            "description": "Left seat Yanfeng, right motorized premium seat",
            "value": 2
          },
          {
            "codeKey": "PREMIUM_L_TESLA_R_YANFENG",
            "description": "Left seat Tesla, right seat Yanfeng motorized premium seat",
            "value": 3
          },
          {
            "codeKey": "PREMIUM_YANFENG",
            "description": "Left and right motorized premium seat from Yanfeng",
            "value": 4
          }
        ]
      },
      "description": "Front seat trim level",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 41,
      "codeKey": "wheelType",
      "content": {
        "enums": [
          {
            "codeKey": "PINWHEEL_18",
            "description": "Pinwheel 18 inch wheels",
            "products": [
              "Model3"
            ],
            "value": 0
          },
          {
            "codeKey": "STILETTO_19",
            "description": "Stiletto 19 inch wheels, square config",
            "products": [
              "Model3"
            ],
            "value": 1
          },
          {
            "codeKey": "STILETTO_20",
            "description": "Stiletto 20 inch wheels, square config",
            "products": [
              "Model3"
            ],
            "value": 2
          },
          {
            "codeKey": "STILETTO_20_DARK_STAGGERED",
            "description": "Stiletto 20 inch dark/Gunpowder wheels, staggered config",
            "products": [
              "Model3"
            ],
            "value": 3
          },
          {
            "codeKey": "GEMINI_19_SQUARE",
            "description": "Gemini 19 inch wheels, square config",
            "products": [
              "Model3"
            ],
            "value": 4
          },
          {
            "codeKey": "GEMINI_19_STAGGERED",
            "description": "Gemini 19 inch wheels, staggered config",
            "products": [
              "Model3"
            ],
            "value": 5
          },
          {
            "codeKey": "STILETTO_20_DARK_SQUARE",
            "description": "Stiletto Dark/Gunpowder 20 inch square fitment",
            "products": [
              "Model3"
            ],
            "value": 14
          },
          {
            "codeKey": "INDUCTION_20_BLACK",
            "description": "Induction 20in Armor Black",
            "products": [
              "ModelY"
            ],
            "value": 15
          },
          {
            "codeKey": "UBERTURBINE_21_BLACK",
            "description": "Uber Turbine 21in Armor Black",
            "products": [
              "ModelY"
            ],
            "value": 16
          },
          {
            "codeKey": "APOLLO_19_SILVER",
            "description": "Apollo 19in Sonic Silver, AKA MY Gemini wheels",
            "products": [
              "ModelY"
            ],
            "value": 17
          },
          {
            "codeKey": "PINWHEEL_18_CAP_KIT",
            "description": "Pinwheel 18 inch wheels with wheel cap kit/aero cover removed",
            "products": [
              "Model3"
            ],
            "value": 18
          },
          {
            "codeKey": "ZEROG_20_GUNPOWDER",
            "description": "Zero-G 20 inch Gunpowder wheels",
            "products": [
              "Model3"
            ],
            "value": 19
          },
          {
            "codeKey": "APOLLO_19_SILVER_CAP_KIT",
            "description": "Apollo 19 inch wheels with wheel cap kit/aero cover removed. AKA MY Gemini wheels",
            "products": [
              "ModelY"
            ],
            "value": 20
          },
          {
            "codeKey": "STILETTO_REFRESH_19",
            "description": "",
            "products": [
              "Model3"
            ],
            "value": 21
          },
          {
            "codeKey": "PINWHEEL_REFRESH_18",
            "description": "",
            "products": [
              "Model3"
            ],
            "value": 22
          },
          {
            "codeKey": "UBERTURBINE_20_GUNPOWDER",
            "description": "",
            "products": [
              "Model3"
            ],
            "value": 23
          },
          {
            "codeKey": "PINWHEEL_REFRESH_18_CAP_KIT",
            "description": "",
            "products": [
              "Model3"
            ],
            "value": 24
          },
          {
            "codeKey": "CARDENIO_19",
            "description": "",
            "products": [
              "Lychee"
            ],
            "value": 25
          },
          {
            "codeKey": "ZEROG_19_GUNPOWDER",
            "description": "",
            "products": [
              "Model3"
            ],
            "value": 27
          },
          {
            "codeKey": "ARACHNID_21",
            "description": "",
            "products": [
              "Lychee"
            ],
            "value": 29
          },
          {
            "codeKey": "NEW_TURBINE_22_BLACK",
            "description": "",
            "value": 26,
            "products": [
              "Tamarind"
            ]
          },
          {
            "codeKey": "CYBERSTREAM_20",
            "description": "",
            "value": 28,
            "products": [
              "Tamarind"
            ]
          }
        ]
      },
      "description": "Type of wheels installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 43,
      "codeKey": "auxParkLamps",
      "content": {
        "enums": [
          {
            "codeKey": "NA_BASE",
            "description": "Side markers only",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "NA_PREMIUM",
            "description": "Side markers, light pipe as auxiliary park lamps",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "EU",
            "description": "Light pipe as fog light guide, no side markers",
            "value": 2,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "NONE",
            "description": "Plastic inserts instead of lights",
            "value": 3,
            "products": [
              "Model3",
              "ModelY"
            ]
          }
        ]
      },
      "description": "Region-correlated combination of fascia lighting element options",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 44,
      "codeKey": "pedestrianWarningSound",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "No pedestrian warning sound",
            "value": 0
          },
          {
            "codeKey": "SPEAKER",
            "description": "Pedestrian warning sound set to speaker",
            "value": 1
          }
        ]
      },
      "description": "Pedestrian warning sound configuration",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 46,
      "codeKey": "hvacPanelVaneType",
      "content": {
        "enums": [
          {
            "codeKey": "PARALLEL_V1",
            "description": "Parallel vanes, default at start of M3 production",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "CONVERGENT_V1",
            "description": "Convergent vanes for improved airflow distribution",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          }
        ]
      },
      "description": "HVAC airwave vane assembly type",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 48,
      "codeKey": "performancePackage",
      "content": {
        "enums": [
          {
            "codeKey": "BASE",
            "description": "Base performance package for given hardware",
            "value": 0,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "PERFORMANCE",
            "description": "Supports Performance package for AWD Long Range Model 3",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "BASE_PLUS",
            "description": "Supports Standard Plus package for RWD Standard Plus Model 3",
            "value": 3,
            "products": [
              "Model3",
              "ModelY"
            ]
          }
        ]
      },
      "description": "Type of vehicle performance package purchased",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 49,
      "codeKey": "eBuckConfig",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "Not a development buck",
            "value": 0
          },
          {
            "codeKey": "DEV_BUCK",
            "description": "Development buck",
            "value": 1
          }
        ]
      },
      "description": "Configuration to identify development bucks from vehicles",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 51,
      "codeKey": "activeHighBeam",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_ACTIVE",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "ACTIVE",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Active high beams are installed or not",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 52,
      "codeKey": "airbagCutoffSwitch",
      "content": {
        "enums": [
          {
            "codeKey": "CUTOFF_SWITCH_DISABLED",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "CUTOFF_SWITCH_ENABLED",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "The airbag cutoff switch is enabled or disabled",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 53,
      "codeKey": "intrusionSensorType",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_INSTALLED",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "VODAFONE",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Type of intrusion sensor installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 54,
      "accessLevel": "UDP",
      "codeKey": "autopilotTrialExpireTime",
      "content": {
        "enums": [
          {
            "codeKey": "INACTIVE",
            "description": "trial hasn\\'t started yet",
            "value": 0
          },
          {
            "codeKey": "EXPIRED",
            "description": "previous trial has expired",
            "value": 4294967295
          }
        ]
      },
      "description": "UTC time when autopilot trial will expire",
      "ignoreVitals": true,
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 55,
      "codeKey": "spoilerType",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_INSTALLED",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "PASSIVE",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Type of spoiler installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 56,
      "codeKey": "rearGlassType",
      "content": {
        "enums": [
          {
            "codeKey": "NX",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "TSA5_NOPET",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Type of rear glass installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 58,
      "codeKey": "rearFogLamps",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_INSTALLED",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "INSTALLED",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Rear fog lamp presence",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 59,
      "codeKey": "dasHw",
      "content": {
        "enums": [
          {
            "codeKey": "PARKER_PASCAL_2_5",
            "description": "",
            "value": 3
          },
          {
            "codeKey": "TESLA_AP3",
            "description": "",
            "value": 4
          }
        ]
      },
      "description": "Driver Assist hardware",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 61,
      "accessLevel": "UDP",
      "codeKey": "bmpWatchdogDisabled",
      "content": {
        "enums": [
          {
            "codeKey": "ENABLED",
            "description": "BMP Watchdog is enabled",
            "value": 0
          },
          {
            "codeKey": "DISABLED",
            "description": "BMP Watchdog is disabled",
            "value": 1
          }
        ]
      },
      "description": "Gateway controlled BMP Watchdog. This has no effect in factory mode as the BMP watchdog is always disabled in factory mode.",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 62,
      "codeKey": "tireType",
      "content": {
        "enums": [
          {
            "codeKey": "UNKNOWN",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "MICHELIN_ALL_SEASON_18",
            "description": "",
            "value": 1
          },
          {
            "codeKey": "MICHELIN_SUMMER_18",
            "description": "",
            "value": 2
          },
          {
            "codeKey": "HANKOOK_SUMMER_19",
            "description": "",
            "value": 3
          },
          {
            "codeKey": "CONTI_ALL_SEASON_19",
            "description": "",
            "value": 4
          },
          {
            "codeKey": "MICHELIN_SUMMER_20",
            "description": "",
            "value": 5
          },
          {
            "codeKey": "GOODYEAR_ALL_SEASON_20",
            "description": "",
            "value": 17
          },
          {
            "codeKey": "PIRELLI_SUMMER_21",
            "description": "",
            "value": 18
          },
          {
            "codeKey": "MICHELIN_ALL_SEASON_21",
            "description": "",
            "value": 19
          },
          {
            "codeKey": "PIRELLI_SUMMER_19",
            "description": "",
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ],
            "value": 20
          },
          {
            "codeKey": "PIRELLI_SUMMER_20",
            "description": "",
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ],
            "value": 21
          },
          {
            "codeKey": "MICHELIN_SUMMER_21",
            "description": "",
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ],
            "value": 22
          },
          {
            "codeKey": "CONTI_ALL_SEASON_20",
            "description": "",
            "value": 23
          },
          {
            "codeKey": "CONTI_SUMMER_22",
            "description": "",
            "value": 24
          },
          {
            "codeKey": "PIRELLI_ALL_SEASON_22",
            "description": "",
            "value": 25
          }
        ]
      },
      "description": "Brand and Size of tires installed. UNKNOWN used for vehicles built before this config",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 63,
      "codeKey": "roofGlassType",
      "content": {
        "enums": [
          {
            "codeKey": "TSA3_PET",
            "description": "TSA3 glass with IR reflective PET layer",
            "value": 0
          },
          {
            "codeKey": "TSA5_NOPET",
            "description": "TSA5 glass with no IR relflective PET layer",
            "value": 1
          }
        ]
      },
      "description": "Type of roof glass installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 64,
      "codeKey": "trackModePackage",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "PERFORMANCE",
            "description": "",
            "value": 1
          },
          {
            "codeKey": "ENABLED_UI_SOS",
            "description": "",
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ],
            "value": 2
          }
        ]
      },
      "description": "Customer purchased track mode package",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 66,
      "codeKey": "mapRegion",
      "content": {
        "enums": [
          {
            "codeKey": "US",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "EU",
            "description": "",
            "value": 1
          },
          {
            "codeKey": "NONE",
            "description": "",
            "value": 2
          },
          {
            "codeKey": "CN",
            "description": "China",
            "value": 3
          },
          {
            "codeKey": "AU",
            "description": "Australia",
            "value": 4
          },
          {
            "codeKey": "JP",
            "description": "Japan",
            "value": 5
          },
          {
            "codeKey": "TW",
            "description": "Taiwan",
            "value": 6
          },
          {
            "codeKey": "KR",
            "description": "S. Korea",
            "value": 7
          },
          {
            "codeKey": "ME",
            "description": "Middle East",
            "value": 8
          },
          {
            "codeKey": "HK",
            "description": "Hong Kong",
            "value": 9
          },
          {
            "codeKey": "MO",
            "description": "Macau",
            "value": 10
          },
          {
            "codeKey": "SE",
            "description": "Southeast Asia",
            "value": 11
          }
        ]
      },
      "description": "Region specifier for navigation maps",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 67,
      "codeKey": "rearLightType",
      "content": {
        "enums": [
          {
            "codeKey": "NA",
            "description": "Tail light and one light for brake and turn signals",
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ],
            "value": 0
          },
          {
            "codeKey": "EU_CN",
            "description": "Tail light, brake light, and turn signal light",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 1
          },
          {
            "codeKey": "GLOBAL",
            "description": "Rear Global Lamp",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 2
          }
        ]
      },
      "description": "Rear light fixture type",
      "products": [
        "Lychee",
        "Model3",
        "ModelY",
        "Tamarind"
      ]
    },
    {
      "accessId": 70,
      "codeKey": "plcSupportType",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "No support for PLC",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 0
          },
          {
            "codeKey": "ONBOARD_ADAPTER",
            "description": "Discrete PLCRLY ECU installed",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 1
          },
          {
            "codeKey": "NATIVE_CHARGE_PORT",
            "description": "Charge Port has built-in support",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 2
          }
        ]
      },
      "description": "Type of support for PLC charging standards",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 72,
      "codeKey": "towPackage",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "TESLA_REV1",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Tow package hardware is installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 74,
      "codeKey": "passengerOccupancySensorType",
      "content": {
        "enums": [
          {
            "codeKey": "OCS",
            "description": "",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "RESISTIVE_PAD",
            "description": "",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "IEE_OCS",
            "description": "",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 2
          }
        ]
      },
      "description": "Type of occupancy sensor installed in the passenger seat",
      "products": [
        "Model3",
        "ModelY",
        "Lychee",
        "Tamarind"
      ]
    },
    {
      "accessId": 75,
      "codeKey": "connectivityPackage",
      "content": {
        "enums": [
          {
            "codeKey": "BASE",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "PREMIUM",
            "description": "",
            "value": 1
          }
        ]
      },
      "description": "Purchasable connectivity package",
      "products": [
        "Model3",
        "ModelY",
        "Lychee",
        "Tamarind"
      ]
    },
    {
      "accessId": 76,
      "codeKey": "tpmsType",
      "content": {
        "enums": [
          {
            "codeKey": "CONTI_2",
            "description": "",
            "value": 0,
            "products": [
              "Model3"
            ]
          },
          {
            "codeKey": "TESLA_BLE",
            "description": "",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          }
        ]
      },
      "description": "Type of Tire Pressure Monitoring System (TPMS)",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 77,
      "codeKey": "frontSeatReclinerHardware",
      "content": {
        "enums": [
          {
            "codeKey": "STANDARD_RANGE",
            "description": "SOP Model 3 front seats",
            "value": 0
          },
          {
            "codeKey": "RIGHT_SEAT_REDUCED_RANGE",
            "description": "Right side front seat with reduced range bracket",
            "value": 1
          },
          {
            "codeKey": "LEFT_SEAT_REDUCED_RANGE",
            "description": "Left side front seat with reduced range bracket",
            "value": 2
          },
          {
            "codeKey": "LEFT_RIGHT_SEAT_REDUCED_RANGE",
            "description": "Both front seats with reduced range bracket",
            "value": 3
          }
        ]
      },
      "description": "Type of recliner hardware in Model 3 seats",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 84,
      "codeKey": "compressorType",
      "content": {
        "enums": [
          {
            "codeKey": "HANON_33CC",
            "description": "HANON",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "DENSO_41CC_8K",
            "description": "",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "DENSO_41CC_11K",
            "description": "DENSO 11k - No speed limit",
            "value": 2,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "SANDEN",
            "description": "SANDEN",
            "value": 3,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "DENSO_11K_COP1_ENABLED",
            "description": "DENSO 11k (COP1 ENABLED) - No speed limit, improved COP1 performance",
            "value": 4,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "SANDEN_V2",
            "description": "SANDEN V2",
            "value": 5,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "SANDEN_V3",
            "description": "SANDEN -I",
            "value": 7,
            "products": [
              "Model3",
              "ModelY"
            ]
          }
        ]
      },
      "description": "Type of refrigerant compressor, correlates with CMP uds node",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 85,
      "codeKey": "cabinPTCHeaterType",
      "content": {
        "enums": [
          {
            "codeKey": "BORGWARNER",
            "description": "",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "NONE",
            "description": "",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          }
        ]
      },
      "description": "Type of Positive Temperature Coefficient (PTC) heater installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 86,
      "codeKey": "coolantPumpType",
      "content": {
        "enums": [
          {
            "codeKey": "DUAL",
            "description": "Two coolant pumps installed",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "SINGLE_PUMP_BATT",
            "description": "Only battery loop pump installed",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "DUAL_SAN_P4",
            "description": "Two Sanhua P4 pumps installed",
            "value": 2,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "SM6PHAN_OFFBOARD4PSAN",
            "description": "New P2 Pumps",
            "value": 3,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          },
          {
            "codeKey": "DUAL_SAN_P4_LUB",
            "description": "Two Sanhua P4 pumps with silver plated terminals",
            "value": 4,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "DUAL_MIX",
            "description": "Two coolant pumps installed, mixed pole pair batches",
            "value": 5,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          }
        ]
      },
      "description": "Number of coolant loop pumps installed",
      "products": [
        "Lychee",
        "Model3",
        "ModelY",
        "Tamarind"
      ]
    },
    {
      "accessId": 91,
      "codeKey": "passengerAirbagType",
      "content": {
        "enums": [
          {
            "codeKey": "FULL_SUPPRESSION",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "SAFETY_VENT",
            "description": "Low risk airbag for use with passenger seats without occupant weight measurement",
            "value": 1
          },
          {
            "codeKey": "EUROW",
            "description": "",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 2
          }
        ]
      },
      "description": "Type of passenger airbag installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 92,
      "codeKey": "headlightLevelerType",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": 0
          },
          {
            "codeKey": "GEN1",
            "description": "Automatic headlamp leveling on coil vehicles using additional ride-height sensors",
            "value": 1
          },
          {
            "codeKey": "VIRTUAL_PITCH_SENSOR",
            "description": "",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 2
          }
        ]
      },
      "description": "Type of headlight leveling system installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 96,
      "codeKey": "twelveVBatteryType",
      "content": {
        "enums": [
          {
            "codeKey": "ATLASBX_B24_FLOODED",
            "description": "AtlasBX / Hankook B24 Flooded Lead-Acid",
            "value": 0
          },
          {
            "codeKey": "CLARIOS_B24_FLOODED",
            "description": "Varta / Clarios B24 Flooded Lead-Acid",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "CATL_LI_ION",
            "description": "CATL Lithium Ion LV Battery",
            "value": 2
          }
        ]
      },
      "description": "Type of 12v battery installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 97,
      "codeKey": "radarHeaterType",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "No radar heater installed",
            "value": 0
          },
          {
            "codeKey": "BECKER_THIN_3M",
            "description": "Becker radar heater installed",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "MODELS_BACKER_THIN_3M",
            "description": "",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 3
          },
          {
            "codeKey": "MODELX_BACKER_THIN_3M",
            "description": "",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 4
          }
        ]
      },
      "description": "Type of forward radar heater installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 99,
      "codeKey": "powerLiftgateType",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_INSTALLED",
            "description": "Manual liftgate installed",
            "value": 0
          },
          {
            "codeKey": "TESLA_REV1",
            "description": "Powered liftgate installed",
            "value": 1
          },
          {
            "codeKey": "HUADE_REV1",
            "description": "Discrete Huade power liftgate ECU retrofitted",
            "products": [
              "Model3"
            ],
            "value": 2
          }
        ]
      },
      "description": "Type of power liftgate hardware installed",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 101,
      "codeKey": "packPerformanceDeviation",
      "content": {
        "enums": [
          {
            "codeKey": "NO_DEVIATION",
            "description": "No mass deviation",
            "value": 0
          },
          {
            "codeKey": "PACK_MASS_DEVIATION_1",
            "description": "CATL E1 pack mass increase",
            "value": 1
          },
          {
            "codeKey": "PACK_POWER_DEVIATION_1",
            "description": "Used to uncork PM228 DU with M50F packs",
            "value": 2
          },
          {
            "codeKey": "PACK_STRUCTURAL_DEVIATION_1",
            "description": "Used to identify SR Structural Packs; higher mass than non-structural packs with the same energy capacity",
            "value": 3
          }
        ]
      },
      "description": "Deviation from standard pack mass associated with the vehicle\\'s packEnergy configuration",
      "products": [
        "Model3",
        "ModelY"
      ]
    },
    {
      "accessId": 104,
      "codeKey": "steeringColumnMotorType",
      "content": {
        "enums": [
          {
            "codeKey": "BOSCH",
            "description": "",
            "value": 0,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "JE",
            "description": "",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          }
        ]
      },
      "description": "Type of steering column adjustment motor installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 105,
      "codeKey": "wirelessPhoneChargerType",
      "content": {
        "enums": [
          {
            "codeKey": "NONE_OR_USB",
            "description": "Charger either not installed or USB type",
            "value": 0,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "FRONT_LIN",
            "description": "LIN based inductive charger",
            "value": 1,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "FRONT_AND_REAR_LIN",
            "description": "LIN based inductive charger",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 2
          }
        ]
      },
      "description": "Type of inductive phone charger installed",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 106,
      "codeKey": "interiorTrimType",
      "content": {
        "enums": [
          {
            "codeKey": "BLACK",
            "description": "Black interior color with original center console",
            "value": 0,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "WHITE",
            "description": "White interior color with original center console",
            "value": 1,
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ]
          },
          {
            "codeKey": "BLACK_CONSOLE_2",
            "description": "Black interior color with Console 2.0",
            "value": 2,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "WHITE_CONSOLE_2",
            "description": "White interior color with Console 2.0",
            "value": 3,
            "products": [
              "Model3",
              "ModelY"
            ]
          },
          {
            "codeKey": "CREAM",
            "description": "Cream interior color for P2",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 4
          },
          {
            "codeKey": "WALNUT_WHITE",
            "description": "White interior with walnut wood decor",
            "value": 5,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          },
          {
            "codeKey": "EBONY_BLACK",
            "description": "Black interior with ebony wood decor",
            "value": 6,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          },
          {
            "codeKey": "CARBON_CREAM",
            "description": "Cream interior with carbon fiber decor",
            "value": 7,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          },
          {
            "codeKey": "CARBON_WHITE",
            "description": "White interior with carbon fiber decor",
            "value": 8,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          },
          {
            "codeKey": "CARBON_BLACK",
            "description": "Black interior with carbon fiber decor",
            "value": 9,
            "products": [
              "Lychee",
              "Tamarind"
            ]
          }
        ]
      },
      "description": "Interior trim type for UI vehicle assets",
      "products": [
        "Model3",
        "ModelY",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 111,
      "codeKey": "intakeAirFilterType",
      "content": {
        "enums": [
          {
            "codeKey": "STANDARD",
            "description": "Standard fresh/recirc cabin air filter",
            "value": 0
          },
          {
            "codeKey": "HEPA",
            "description": "HEPA fresh air intake filter",
            "value": 1
          }
        ]
      },
      "description": "Type of air filter installed",
      "products": [
        "ModelY"
      ]
    },
    {
      "accessId": 117,
      "codeKey": "ethernetTunerType",
      "content": {
        "enums": [
          {
            "codeKey": "HARMAN",
            "description": "Harman tuner installed",
            "value": 0
          },
          {
            "codeKey": "NONE",
            "description": "No ethernet tuner installed",
            "value": 1
          }
        ]
      },
      "description": "Type of ethernet tuner installed",
      "products": [
        "ModelY",
        "Model3",
        "Tamarind",
        "Lychee"
      ]
    },
    {
      "accessId": 118,
      "codeKey": "superManifoldType",
      "content": {
        "enums": [
          {
            "codeKey": "TYPE0",
            "description": "v1.0: legacy supermanifold",
            "value": 0
          },
          {
            "codeKey": "TYPE1",
            "description": "v1.1: supermanifold with updated low side ac lines",
            "value": 1
          }
        ]
      },
      "description": "Type of HVAC super manifold installed",
      "products": [
        "Lychee",
        "Model3",
        "ModelY",
        "Tamarind"
      ]
    },
    {
      "accessId": 130,
      "codeKey": "ptcControlMode",
      "content": {
        "enums": [
          {
            "codeKey": "BASELINE",
            "description": "Baseline",
            "value": 0
          },
          {
            "codeKey": "SEQ_ROD",
            "description": "Sequential rod",
            "value": 1
          },
          {
            "codeKey": "MESH_INSTALLED",
            "description": "Service mesh retrofit",
            "value": 2
          }
        ]
      },
      "description": "Control mode for PTC heater to address temperature differences between front and rear ducts",
      "products": [
        "Model3"
      ]
    },
    {
      "accessId": 133,
      "codeKey": "frontUsbHubType",
      "content": {
        "enums": [
          {
            "codeKey": "USB_2",
            "description": "USB2 hub",
            "value": 0
          },
          {
            "codeKey": "USB_NO_DATA",
            "description": "USB power only hub with no data",
            "value": 4
          }
        ]
      },
      "description": "Type of front console USB hub installed",
      "products": [
        "Lychee",
        "Model3",
        "ModelY",
        "Tamarind"
      ]
    },
    {
      "accessId": 136,
      "codeKey": "interiorCamFanType",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "No fan available",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 0
          },
          {
            "codeKey": "DELTA_SLEEVE",
            "description": "Delta fan with sleeve bearing",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 1
          },
          {
            "codeKey": "DELTA_FDB",
            "description": "Delta fan with Fluid Dynamic bearing",
            "products": [
              "Lychee",
              "Tamarind"
            ],
            "value": 2
          },
          {
            "codeKey": "NIDEC",
            "description": "Nidec fan with sleeve bearing",
            "products": [
              "Model3",
              "ModelY"
            ],
            "value": 3
          }
        ]
      },
      "description": "Type of fan used near interior camera",
      "products": [
        "Lychee",
        "Model3",
        "ModelY",
        "Tamarind"
      ]
    },
    {
      "accessId": 145,
      "codeKey": "refrigACLineType",
      "content": {
        "enums": [
          {
            "codeKey": "UNLIMITED",
            "description": "Refrigerant line without resonance",
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ],
            "value": 0
          },
          {
            "codeKey": "SAAA_LIMITED",
            "description": "SAAA refrigerant line",
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ],
            "value": 1
          },
          {
            "codeKey": "CONTI_LIMITED",
            "description": "Conti refrigerant line",
            "products": [
              "Lychee",
              "Model3",
              "ModelY",
              "Tamarind"
            ],
            "value": 2
          }
        ]
      },
      "description": "Refrigerant AC line type configuration",
      "products": [
        "Lychee",
        "Model3",
        "ModelY",
        "Tamarind"
      ]
    }
  ],
  "gen2": [
    {
      "description": "type of charger",
      "content": {
        "enums": [
          {
            "description": "TeslaSingle",
            "value": "single"
          },
          {
            "description": "Single7K5W",
            "value": "single7K5W"
          },
          {
            "description": "TeslaDual",
            "value": "dual"
          },
          {
            "description": "7K5WMaster10KWSlave",
            "value": "dual7K5W"
          },
          {
            "description": "TeslaSingleLimited",
            "value": "singleLimited"
          }
        ]
      },
      "accessId": "chargertype",
      "codeKey": "chargertype",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "front fog lamps installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "frontfog",
      "codeKey": "frontfog",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "rear fog lamps installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "rearfog",
      "codeKey": "rearfog",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "cornering lamps installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "corneringlamps",
      "codeKey": "cornering_lights",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "homelink installed",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "HOMELINK_4",
            "description": "homelink_4",
            "value": "1"
          },
          {
            "codeKey": "HOMELINK_V_OPT_1",
            "description": "HomelinkVopt1",
            "value": "2"
          },
          {
            "codeKey": "HOMELINK_V_OPT_2",
            "description": "HomelinkVopt2",
            "value": "3"
          }
        ]
      },
      "accessId": "homelink",
      "codeKey": "homelink",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "sunroof installed",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "SUNROOF_1",
            "description": "1",
            "value": "1"
          },
          {
            "codeKey": "SUNROOF_2",
            "description": "2",
            "value": "2"
          }
        ]
      },
      "accessId": "sunroof",
      "codeKey": "sunroof",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "power lift gate installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "powerlift",
      "codeKey": "powerliftgate",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Pedestrian Warning Sound speaker type",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "SPEAKER_1",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "SPEAKER_2",
            "description": "",
            "value": "2"
          }
        ]
      },
      "accessId": "pwsspeakertype",
      "codeKey": "pwsspeakertype",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Pedestrian Warning Sound speaker type",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "pwssupported",
      "codeKey": "pwssupported",
      "products": [
        "ModelX"
      ]
    },
    {
      "description": "audio system type",
      "content": {
        "enums": [
          {
            "description": "Base",
            "value": "base"
          },
          {
            "description": "Premium",
            "value": "premium"
          }
        ]
      },
      "accessId": "audioType",
      "codeKey": "audiotype",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "air suspension type",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "STANDARD",
            "description": "Standard",
            "value": "1"
          },
          {
            "codeKey": "PLUS",
            "description": "Plus",
            "value": "2"
          },
          {
            "codeKey": "TESLA_STANDARD",
            "description": "TeslaStandard",
            "value": "3"
          },
          {
            "codeKey": "TESLA_PLUS",
            "description": "TeslaPlus",
            "value": "4"
          },
          {
            "codeKey": "TESLA_ADAPTIVE",
            "description": "TeslaAdaptive",
            "value": "5"
          }
        ]
      },
      "accessId": "airSuspension",
      "codeKey": "airsuspension",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Frunk Latch Type",
      "content": {
        "enums": [
          {
            "codeKey": "DIRECT_DRIVE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "CONTINUOUS_DRIVE",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "frunkLatchType",
      "codeKey": "frunk_latch_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "headlamp type",
      "content": {
        "enums": [
          {
            "description": "Halogen",
            "value": "halogen"
          },
          {
            "description": "Hid",
            "value": "hid"
          },
          {
            "description": "Led",
            "value": "led"
          }
        ]
      },
      "accessId": "headlamp",
      "codeKey": "headlight",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "",
      "content": {
        "enums": [
          {
            "codeKey": "United States",
            "description": "",
            "value": "\"US\""
          },
          {
            "codeKey": "Canada",
            "description": "",
            "value": "\"CA\""
          },
          {
            "codeKey": "Germany",
            "description": "",
            "value": "\"DE\""
          },
          {
            "codeKey": "France",
            "description": "",
            "value": "\"FR\""
          },
          {
            "codeKey": "Italy",
            "description": "",
            "value": "\"IT\""
          },
          {
            "codeKey": "Netherlands",
            "description": "",
            "value": "\"NL\""
          },
          {
            "codeKey": "Austria",
            "description": "",
            "value": "\"AT\""
          },
          {
            "codeKey": "Belgium",
            "description": "",
            "value": "\"BE\""
          },
          {
            "codeKey": "Denmark",
            "description": "",
            "value": "\"DK\""
          },
          {
            "codeKey": "Norway",
            "description": "",
            "value": "\"NO\""
          },
          {
            "codeKey": "Switzerland",
            "description": "",
            "value": "\"CH\""
          },
          {
            "codeKey": "Sweden",
            "description": "",
            "value": "\"SE\""
          },
          {
            "codeKey": "Ukraine",
            "description": "",
            "value": "\"UK\""
          },
          {
            "codeKey": "Japan",
            "description": "",
            "value": "\"JP\""
          },
          {
            "codeKey": "China",
            "description": "",
            "value": "\"CN\""
          },
          {
            "codeKey": "Hong Kong",
            "description": "",
            "value": "\"HK\""
          },
          {
            "codeKey": "Australia",
            "description": "",
            "value": "\"AU\""
          },
          {
            "codeKey": "Taiwan",
            "description": "",
            "value": "\"TW\""
          },
          {
            "codeKey": "Macao",
            "description": "",
            "value": "\"MO\""
          },
          {
            "codeKey": "United Kingdom",
            "description": "",
            "value": "\"GB\""
          },
          {
            "codeKey": "Russia",
            "description": "",
            "value": "\"RU\""
          },
          {
            "codeKey": "Iceland",
            "description": "",
            "value": "\"IS\""
          },
          {
            "codeKey": "Ireland",
            "description": "",
            "value": "\"IE\""
          },
          {
            "codeKey": "Israel",
            "description": "",
            "value": "\"IL\""
          },
          {
            "codeKey": "New Zealand",
            "description": "",
            "value": "\"NZ\""
          },
          {
            "codeKey": "Brazil",
            "description": "",
            "value": "\"BR\""
          },
          {
            "codeKey": "Mexico",
            "description": "",
            "value": "\"MX\""
          },
          {
            "codeKey": "Spain",
            "description": "",
            "value": "\"ES\""
          },
          {
            "codeKey": "United Arab Emirates",
            "description": "",
            "value": "\"AE\""
          },
          {
            "codeKey": "Saudi Arabia",
            "description": "",
            "value": "\"SA\""
          },
          {
            "codeKey": "Qatar",
            "description": "",
            "value": "\"QA\""
          },
          {
            "codeKey": "Singapore",
            "description": "",
            "value": "\"SG\""
          },
          {
            "codeKey": "Finland",
            "description": "",
            "value": "\"FI\""
          },
          {
            "codeKey": "Bulgaria",
            "description": "",
            "value": "\"BG\""
          },
          {
            "codeKey": "Estonia",
            "description": "",
            "value": "\"EE\""
          },
          {
            "codeKey": "Hungary",
            "description": "",
            "value": "\"HU\""
          },
          {
            "codeKey": "Luxembourg",
            "description": "",
            "value": "\"LU\""
          },
          {
            "codeKey": "Monaco",
            "description": "",
            "value": "\"MC\""
          },
          {
            "codeKey": "Portugal",
            "description": "",
            "value": "\"PT\""
          },
          {
            "codeKey": "Romania",
            "description": "",
            "value": "\"RO\""
          },
          {
            "codeKey": "Slovenia",
            "description": "",
            "value": "\"SI\""
          },
          {
            "codeKey": "Slovakia",
            "description": "",
            "value": "\"SK\""
          },
          {
            "codeKey": "Turkey",
            "description": "",
            "value": "\"TR\""
          },
          {
            "codeKey": "Andorra",
            "description": "",
            "value": "\"AD\""
          },
          {
            "codeKey": "Cyprus",
            "description": "",
            "value": "\"CY\""
          },
          {
            "codeKey": "Czech Republic",
            "description": "",
            "value": "\"CZ\""
          },
          {
            "codeKey": "Gibraltar",
            "description": "",
            "value": "\"GI\""
          },
          {
            "codeKey": "Greece",
            "description": "",
            "value": "\"GR\""
          },
          {
            "codeKey": "Croatia",
            "description": "",
            "value": "\"HR\""
          },
          {
            "codeKey": "Liechtenstein",
            "description": "",
            "value": "\"LI\""
          },
          {
            "codeKey": "Lithuania",
            "description": "",
            "value": "\"LT\""
          },
          {
            "codeKey": "Latvia",
            "description": "",
            "value": "\"LV\""
          },
          {
            "codeKey": "Malta",
            "description": "",
            "value": "\"MT\""
          },
          {
            "codeKey": "Poland",
            "description": "",
            "value": "\"PL\""
          },
          {
            "codeKey": "San Marino",
            "description": "",
            "value": "\"SM\""
          },
          {
            "codeKey": "Azerbaijan",
            "description": "",
            "value": "\"AZ\""
          },
          {
            "codeKey": "Jordan",
            "description": "",
            "value": "\"JO\""
          }
        ]
      },
      "accessId": "country",
      "codeKey": "country",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "right hand drive",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "rhd",
      "codeKey": "rhd",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "intrusion sensor/tilt alarm installed",
      "content": {
        "enums": [
          {
            "codeKey": "INTRUSION_NOT_INSTALLED",
            "description": "SensorNotInstalled",
            "value": "0"
          },
          {
            "codeKey": "INTRUSION_WITH_BATTERY_SIREN",
            "description": "WithBatterySiren",
            "value": "1"
          },
          {
            "codeKey": "INTRUSION_ONLY",
            "description": "SensorOnly",
            "value": "2"
          }
        ]
      },
      "accessId": "intrusiontilt",
      "codeKey": "tilt_intrusion",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "memory seats installed",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "BITRON_GEN1",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "BITRON_GEN2",
            "description": "",
            "value": "2"
          }
        ]
      },
      "accessId": "memoryseats",
      "codeKey": "memoryseats",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Identifies the type of latches used in the front doors",
      "content": {
        "enums": [
          {
            "codeKey": "DEFAULT",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "MX_KIEKERT",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "frontDoorLatchType",
      "codeKey": "front_door_latch_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Strut type used in the falcon doors",
      "content": {
        "enums": [
          {
            "codeKey": "STRUT_V1",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "STRUT_V2",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "falconStrutType",
      "codeKey": "falcon_strut_type",
      "products": [
        "ModelX"
      ]
    },
    {
      "description": "Inward facing Ultrasonic Sensors on the Falcon doors are installed",
      "content": {
        "enums": [
          {
            "codeKey": "SENSOR_NOT_INSTALLED",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "SENSOR_INSTALLED_SILENT",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "SENSOR_INSTALLED_ACTIVE",
            "description": "",
            "value": "2"
          }
        ]
      },
      "accessId": "falconInwardUSSInstalled",
      "codeKey": "falcon_inward_uss",
      "products": [
        "ModelX"
      ]
    },
    {
      "description": "Falcon capacitive sensor installed",
      "content": {
        "enums": [
          {
            "codeKey": "CAP_SENSOR_INSTALLED",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "CAP_SENSOR_NOT_INSTALLED",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "falconCapSensorInstalled",
      "codeKey": "falcon_cap_sensor",
      "products": [
        "ModelX"
      ]
    },
    {
      "description": "memory mirrors installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "memorymirrors",
      "codeKey": "memorymirrors",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "occupant classification system installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "ocs",
      "codeKey": "ocs",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "vehicle should be configured via EU regulations",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "euvehicle",
      "codeKey": "eu_vehicle",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "exterior color",
      "content": {
        "enums": [
          {
            "codeKey": "Default",
            "description": "Default",
            "value": "0"
          },
          {
            "codeKey": "SIERRA_BLACK",
            "description": "Black",
            "value": "1"
          },
          {
            "codeKey": "CATALINA_WHITE",
            "description": "White",
            "value": "2"
          },
          {
            "codeKey": "SAN_SIMEON_SILVER",
            "description": "Silver",
            "value": "3"
          },
          {
            "codeKey": "TIBURON_GREY",
            "description": "Grey",
            "value": "4"
          },
          {
            "codeKey": "MONTEREY_BLUE",
            "description": "Blue",
            "value": "5"
          },
          {
            "codeKey": "SEQUOIA_GREEN",
            "description": "Green",
            "value": "6"
          },
          {
            "codeKey": "ANZA_BROWN",
            "description": "Brown",
            "value": "7"
          },
          {
            "codeKey": "SHASTA_WHITE_PEARL",
            "description": "Pearl",
            "value": "8"
          },
          {
            "codeKey": "SIGNATURE_RED",
            "description": "SigRed",
            "value": "9"
          },
          {
            "codeKey": "METALLIC_RED",
            "description": "Red",
            "value": "10"
          },
          {
            "codeKey": "STEEL_GREY",
            "description": "SteelGrey",
            "value": "11"
          },
          {
            "codeKey": "METALLIC_BLACK",
            "description": "MetallicBlack",
            "value": "12"
          },
          {
            "codeKey": "TITANIUM_COPPER",
            "description": "TitaniumCopper",
            "value": "13"
          },
          {
            "codeKey": "SIGNATURE_BLUE",
            "description": "SignatureBlue",
            "value": "14"
          }
        ]
      },
      "accessId": "exterior",
      "codeKey": "exteriorcolor",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "four wheel drive",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "4wd",
      "codeKey": "four_wheel_drive",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "ESP CAN interface version",
      "content": {
        "enums": [
          {
            "codeKey": "ESP_1",
            "description": "Interface1",
            "value": "1"
          },
          {
            "codeKey": "ESP_2",
            "description": "Interface2",
            "value": "2"
          }
        ]
      },
      "accessId": "espInterface",
      "codeKey": "esp_interface",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "type of restraint controller hardware",
      "content": {
        "enums": [
          {
            "codeKey": "SDM",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "BOSCH_RCM",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "restraintControlsType",
      "codeKey": "restraint_controls",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Body control interface version",
      "content": {
        "enums": [
          {
            "codeKey": "Pektron",
            "description": "Pektron",
            "value": "0"
          },
          {
            "codeKey": "Tesla Body Controls",
            "description": "Tesla",
            "value": "1"
          }
        ]
      },
      "accessId": "bodyControlsType",
      "codeKey": "body_controls",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "performance car",
      "content": {
        "enums": [
          {
            "codeKey": "CONFIG_SNA",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "P1",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "P2",
            "description": "",
            "value": "2"
          },
          {
            "codeKey": "P3",
            "description": "",
            "value": "3"
          },
          {
            "codeKey": "P4",
            "description": "",
            "value": "4"
          },
          {
            "codeKey": "P5",
            "description": "",
            "value": "5"
          },
          {
            "codeKey": "P6",
            "description": "",
            "value": "6"
          },
          {
            "codeKey": "P7",
            "description": "",
            "value": "7"
          }
        ]
      },
      "accessId": "performance",
      "codeKey": "performance",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Surrogate key that captures physical aspects such as suspension geometry, track width, wheel base, baseline tire size, and trailer capable",
      "content": {
        "enums": [
          {
            "codeKey": "MODEL_S_CHASSIS",
            "description": "ModelS Chassis",
            "value": "0"
          },
          {
            "codeKey": "MODEL_X_CHASSIS",
            "description": "ModelX Chassis",
            "value": "1"
          },
          {
            "codeKey": "MODEL_3_CHASSIS",
            "description": "Model3 Chassis",
            "value": "2"
          }
        ]
      },
      "accessId": "chassisType",
      "codeKey": "chassisType",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Defines the ECU performing traction control. Necessary since the TC is different between existing and refresh RWD.",
      "content": {
        "enums": [
          {
            "codeKey": "ESP_IF_RWD_DI_IF_AWD",
            "description": "ESP if RWD or DI if AWD",
            "value": "0"
          },
          {
            "codeKey": "DRIVE_INVERTER",
            "description": "Drive Inverter",
            "value": "1"
          }
        ]
      },
      "accessId": "tractionControlType",
      "codeKey": "tractionControlType",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "seat heaters installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "seatheaters",
      "codeKey": "seat_heaters",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "fast charging allowed",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_ALLOWED",
            "description": "NotAllowed",
            "value": "0"
          },
          {
            "codeKey": "ALLOW",
            "description": "Allowed",
            "value": "1"
          },
          {
            "codeKey": "PAID",
            "description": "Paid",
            "value": "2"
          }
        ]
      },
      "accessId": "fastcharge",
      "codeKey": "fc_allowed",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Power liftgate struttype",
      "content": {
        "enums": [
          {
            "codeKey": "1",
            "description": "STRUT_GEN_1",
            "value": "0"
          },
          {
            "codeKey": "2",
            "description": "STRUT_GEN_2",
            "value": "1"
          }
        ]
      },
      "accessId": "powerLiftgateStrutType",
      "codeKey": "liftgate_strut_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "badging displayed on ui",
      "content": {
        "enums": [
          {
            "codeKey": "BASE",
            "description": "Base",
            "value": "0"
          },
          {
            "codeKey": "FOUNDER",
            "description": "Founder",
            "value": "1"
          },
          {
            "codeKey": "SIGNATURE",
            "description": "Signature",
            "value": "2"
          },
          {
            "codeKey": "PERFORMANCE_PKG",
            "description": "Performance",
            "value": "3"
          }
        ]
      },
      "accessId": "badging",
      "codeKey": "badging",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "wheel type",
      "content": {
        "enums": [
          {
            "codeKey": "base_19",
            "description": "Base19",
            "value": "0"
          },
          {
            "codeKey": "silver_21",
            "description": "Silver21",
            "value": "1"
          },
          {
            "codeKey": "charcoal_21",
            "description": "Charcoal21",
            "value": "2"
          },
          {
            "codeKey": "silver_21_euro",
            "description": "Silver21Euro",
            "value": "3"
          },
          {
            "codeKey": "aero_19",
            "description": "Aero19",
            "value": "4"
          },
          {
            "codeKey": "charcoal_21_euro",
            "description": "Charcoal21Euro",
            "value": "5"
          },
          {
            "codeKey": "super_21_gray",
            "description": "Super21Gray",
            "value": "6"
          },
          {
            "codeKey": "super_21_silver",
            "description": "Super21Silver",
            "value": "7"
          },
          {
            "codeKey": "turbine_19",
            "description": "Turbine19",
            "value": "8"
          },
          {
            "codeKey": "turbine_19_charcoal",
            "description": "Turbine19Dark",
            "value": "9"
          },
          {
            "codeKey": "AERO_TURBINE_19_METAL",
            "description": "AeroTurbine19Metal",
            "value": "10"
          },
          {
            "codeKey": "AERO_TURBINE_19_BLACK",
            "description": "AeroTurbine19Black",
            "value": "11"
          },
          {
            "codeKey": "HELIX_20_SILVER",
            "description": "Helix20Silver",
            "value": "12"
          },
          {
            "codeKey": "AERO_TURBINE_20_SILVER",
            "description": "AeroTurbine20Silver",
            "value": "13"
          },
          {
            "codeKey": "TURBINE_22_SILVER",
            "description": "Turbine22Silver",
            "value": "14"
          },
          {
            "codeKey": "CYCLONE_19_GREY",
            "description": "Cyclone19Grey",
            "value": "15"
          },
          {
            "codeKey": "AERO_TURBINE_20_SLVRBLK",
            "description": "AeroTurbine20SilverBlack",
            "value": "16"
          },
          {
            "codeKey": "TURBINE_22_BLACK",
            "description": "Turbine22Black",
            "value": "17"
          },
          {
            "codeKey": "ARACHNID_21_SILVER",
            "description": "Arachnid21Silver",
            "value": "18"
          },
          {
            "codeKey": "ARACHNID_21_BLACK",
            "description": "Arachnid21Black",
            "value": "19"
          },
          {
            "codeKey": "ARACHNID_21_GREY",
            "description": "Arachnid21Grey",
            "value": "20"
          },
          {
            "codeKey": "SLIPSTREAM_20_CARBON",
            "description": "Slipstream20Carbon",
            "value": "21"
          },
          {
            "codeKey": "SLIPSTREAM_20_SLVRBLK",
            "description": "Slipstream20Dark",
            "value": "22"
          },
          {
            "codeKey": "SLIPSTREAM_19_CARBON",
            "description": "Slipstream19Carbon",
            "value": "23"
          },
          {
            "codeKey": "TWINTURBINE_21_SILVER",
            "description": "TwinTurbine21Silver",
            "value": "24"
          },
          {
            "codeKey": "TWINTURBINE_21_CARBON",
            "description": "TwinTurbine21Carbon",
            "value": "25"
          },
          {
            "codeKey": "TEMPEST_19_SONICSILVER",
            "description": "Tempest19SonicSilver",
            "value": "26"
          }
        ]
      },
      "accessId": "wheeltype",
      "codeKey": "wheeltype",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "no keyless entry",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "noKeylessEntry",
      "codeKey": "nokeylessentry",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Identifies passive spoiler, active spoiler, or (default) none installed.",
      "content": {
        "enums": [
          {
            "description": "None",
            "codeKey": "NONE",
            "value": "0"
          },
          {
            "description": "Passive",
            "codeKey": "PASSIVE",
            "value": "1"
          },
          {
            "description": "Active",
            "codeKey": "ACTIVE",
            "value": "2"
          }
        ]
      },
      "accessId": "spoilerInstalled",
      "codeKey": "spoiler",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "roof color",
      "content": {
        "enums": [
          {
            "description": "None",
            "value": "none"
          },
          {
            "description": "Colored",
            "value": "color"
          },
          {
            "description": "Black",
            "value": "black"
          },
          {
            "description": "Glass",
            "value": "glass"
          }
        ]
      },
      "accessId": "roofColor",
      "codeKey": "roof_color",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "battery pack configuration - CAUTION",
      "content": {
        "enums": [
          {
            "codeKey": "PACK_CONFIG_SNA",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "PACK_CONFIG_1",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "PACK_CONFIG_2",
            "description": "",
            "value": "2"
          },
          {
            "codeKey": "PACK_CONFIG_3",
            "description": "",
            "value": "3"
          },
          {
            "codeKey": "PACK_CONFIG_4",
            "description": "",
            "value": "4"
          },
          {
            "codeKey": "PACK_CONFIG_5",
            "description": "",
            "value": "5"
          },
          {
            "codeKey": "PACK_CONFIG_6",
            "description": "",
            "value": "6"
          },
          {
            "codeKey": "PACK_CONFIG_7",
            "description": "",
            "value": "7"
          },
          {
            "codeKey": "PACK_CONFIG_8",
            "description": "",
            "value": "8"
          },
          {
            "codeKey": "PACK_CONFIG_9",
            "description": "",
            "value": "9"
          },
          {
            "codeKey": "PACK_CONFIG_10",
            "description": "",
            "value": "10"
          },
          {
            "codeKey": "PACK_CONFIG_11",
            "description": "",
            "value": "11"
          },
          {
            "codeKey": "PACK_CONFIG_12",
            "description": "",
            "value": "12"
          },
          {
            "codeKey": "PACK_CONFIG_13",
            "description": "",
            "value": "13"
          },
          {
            "codeKey": "PACK_CONFIG_14",
            "description": "",
            "value": "14"
          },
          {
            "codeKey": "PACK_CONFIG_15",
            "description": "",
            "value": "15"
          },
          {
            "codeKey": "PACK_CONFIG_16",
            "description": "",
            "value": "16"
          },
          {
            "codeKey": "PACK_CONFIG_MODELS_17",
            "description": "",
            "value": "17"
          },
          {
            "codeKey": "PACK_CONFIG_RAV4_18",
            "description": "",
            "value": "18"
          },
          {
            "codeKey": "PACK_CONFIG_MODELS_19",
            "description": "",
            "value": "19"
          },
          {
            "codeKey": "PACK_CONFIG_RAV4_20",
            "description": "",
            "value": "20"
          },
          {
            "codeKey": "PACK_CONFIG_MODELS_21",
            "description": "",
            "value": "21"
          },
          {
            "codeKey": "PACK_CONFIG_MODELS_22",
            "description": "",
            "value": "22"
          },
          {
            "codeKey": "PACK_CONFIG_STATIONARY_23",
            "description": "",
            "value": "23"
          },
          {
            "codeKey": "PACK_CONFIG_MODLES_S3_24",
            "description": "",
            "value": "24"
          },
          {
            "codeKey": "PACK_CONFIG_W242_B1_25",
            "description": "",
            "value": "25"
          },
          {
            "codeKey": "PACK_CONFIG_W242_B2_26",
            "description": "",
            "value": "26"
          },
          {
            "codeKey": "PACK_CONFIG_MODELS_S2_27",
            "description": "",
            "value": "27"
          },
          {
            "codeKey": "PACK_CONFIG_MODELS_S2_28",
            "description": "",
            "value": "28"
          },
          {
            "codeKey": "PACK_CONFIG_MODELS_S1_29",
            "description": "",
            "value": "29"
          },
          {
            "codeKey": "PACK_CONFIG_S1_30",
            "description": "",
            "value": "30"
          },
          {
            "codeKey": "PACK_CONFIG_S3_31",
            "description": "",
            "value": "31"
          },
          {
            "codeKey": "PACK_CONFIG_S3_32",
            "description": "",
            "value": "32"
          },
          {
            "codeKey": "PACK_CONFIG_S1_35",
            "description": "",
            "value": "35"
          },
          {
            "codeKey": "PACK_CONFIG_S3_38",
            "description": "",
            "value": "38"
          },
          {
            "codeKey": "PACK_CONFIG_S2_39",
            "description": "",
            "value": "39"
          },
          {
            "codeKey": "PACK_CONFIG_S3_41",
            "description": "",
            "value": "41"
          },
          {
            "codeKey": "PACK_CONFIG_S2_42",
            "description": "",
            "value": "42"
          },
          {
            "codeKey": "PACK_CONFIG_S3_43",
            "description": "",
            "value": "43"
          },
          {
            "codeKey": "PACK_CONFIG_S3_45",
            "description": "",
            "value": "45"
          },
          {
            "codeKey": "PACK_CONFIG_S3_46",
            "description": "",
            "value": "46"
          },
          {
            "codeKey": "PACK_CONFIG_S2_47",
            "description": "",
            "value": "47"
          },
          {
            "codeKey": "PACK_CONFIG_S3_48",
            "description": "",
            "value": "48"
          },
          {
            "codeKey": "PACK_CONFIG_S3_49",
            "description": "",
            "value": "49"
          },
          {
            "codeKey": "PACK_CONFIG_S2_50",
            "description": "",
            "value": "50"
          },
          {
            "codeKey": "PACK_CONFIG_S3_55",
            "description": "",
            "value": "55"
          },
          {
            "codeKey": "PACK_CONFIG_S2_56",
            "description": "",
            "value": "56"
          },
          {
            "codeKey": "PACK_CONFIG_S3_57",
            "description": "",
            "value": "57"
          },
          {
            "codeKey": "PACK_CONFIG_S3_58",
            "description": "",
            "value": "58"
          },
          {
            "codeKey": "PACK_CONFIG_S3_59",
            "description": "",
            "value": "59"
          },
          {
            "codeKey": "PACK_CONFIG_S3_60",
            "description": "",
            "value": "60"
          },
          {
            "codeKey": "PACK_CONFIG_S2_70BB_61",
            "description": "",
            "value": "61"
          },
          {
            "codeKey": "PACK_CONFIG_S3_62",
            "description": "",
            "value": "62"
          },
          {
            "codeKey": "PACK_CONFIG_S4_63",
            "description": "",
            "value": "63"
          },
          {
            "codeKey": "PACK_CONFIG_S3_64",
            "description": "",
            "value": "64"
          },
          {
            "codeKey": "PACK_CONFIG_S2_70BB_65",
            "description": "",
            "value": "65"
          },
          {
            "codeKey": "PACK_CONFIG_S3_66",
            "description": "",
            "value": "66"
          },
          {
            "codeKey": "PACK_CONFIG_S2_70BB_67",
            "description": "",
            "value": "67"
          },
          {
            "codeKey": "PACK_CONFIG_S4_68",
            "description": "",
            "value": "68"
          }
        ]
      },
      "accessId": "packConfig",
      "codeKey": "pack",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "map region",
      "content": {
        "enums": [
          {
            "description": "USCanada",
            "value": "us"
          },
          {
            "description": "EU",
            "value": "eu"
          },
          {
            "description": "AU",
            "value": "au"
          },
          {
            "description": "CN",
            "value": "cn"
          },
          {
            "description": "JP",
            "value": "jp"
          },
          {
            "description": "TW",
            "value": "tw"
          },
          {
            "description": "KR",
            "value": "kr"
          },
          {
            "description": "ME",
            "value": "me"
          },
          {
            "description": "HK",
            "value": "hk"
          },
          {
            "description": "MO",
            "value": "mo"
          },
          {
            "description": "SE",
            "value": "se"
          },
          {
            "description": "None",
            "value": "none"
          }
        ]
      },
      "accessId": "mapRegion",
      "codeKey": "navigationmapregion",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "don\\'t allow the vehicle to sleep",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "noVehicleSleep",
      "codeKey": "noptsleep",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "fast charger installed",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_INSTALLED",
            "description": "Not installed",
            "value": "0"
          },
          {
            "codeKey": "FAST_CHG_HV_CHAIN_TYPE_1",
            "description": "FC chain type 1",
            "value": "1"
          },
          {
            "codeKey": "FAST_CHG_HV_CHAIN_TYPE_2",
            "description": "FC chain type 2",
            "value": "2"
          }
        ]
      },
      "accessId": "fastChargeInstalled",
      "codeKey": "fc_installed",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "park assist installed",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "BOSCH_4_5",
            "description": "Bosch45",
            "value": "1"
          },
          {
            "codeKey": "BOSCH_5",
            "description": "Bosch5",
            "value": "2"
          },
          {
            "codeKey": "VALEO_5",
            "description": "Valeo5",
            "value": "3"
          }
        ]
      },
      "accessId": "parkAssistInstalled",
      "codeKey": "parkassist",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "rear seat heaters installed",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "BASE",
            "description": "Base",
            "value": "1"
          },
          {
            "codeKey": "EXECUTIVE",
            "description": "Executive",
            "value": "2"
          },
          {
            "codeKey": "MODELX_BASE",
            "description": "Model X Base",
            "value": "3",
            "products": [
              "ModelX"
            ]
          },
          {
            "codeKey": "GENTHERM",
            "description": "Gentherm",
            "value": "4"
          }
        ]
      },
      "accessId": "rearSeatHeatersInstalled",
      "codeKey": "rear_seat_heaters",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "brake caliper type",
      "content": {
        "enums": [
          {
            "codeKey": "BREMBO_P40_BREMBO_P28_BREMBO_EPB",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "BREMBO_P40_MANDO_43MOC",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "BREMBO_P44_MANDO_43MOC",
            "description": "",
            "value": "2"
          }
        ]
      },
      "accessId": "brakeHwType",
      "codeKey": "brake_hw_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "headlight leveler installed",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "GEN_1",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "GEN_2",
            "description": "",
            "value": "2"
          }
        ]
      },
      "accessId": "headlightLevelerInstalled",
      "codeKey": "headlight_leveler",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "12v battery type",
      "content": {
        "enums": [
          {
            "codeKey": "Exide",
            "description": "Exide",
            "value": "0",
            "products": [
              "ModelS"
            ]
          },
          {
            "codeKey": "C&D",
            "description": "C&D",
            "value": "1",
            "products": [
              "ModelS"
            ]
          },
          {
            "codeKey": "C&D_Nano_Carbon",
            "description": "C&D Nano Carbon",
            "value": "2",
            "products": [
              "ModelS"
            ]
          },
          {
            "codeKey": "Atlas_U1_AGM",
            "description": "AtlasBX / Hankook U1 AGM",
            "value": "5",
            "products": [
              "ModelS"
            ]
          },
          {
            "codeKey": "Atlas_BX",
            "description": "AtlasBX / Hankook B19 Flooded",
            "value": "3",
            "products": [
              "ModelX"
            ]
          },
          {
            "codeKey": "Sebang",
            "description": "Sebang",
            "value": "4",
            "products": [
              "ModelX"
            ]
          }
        ]
      },
      "accessId": "twelveVBatteryType",
      "codeKey": "12v_battery_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "simulated S1 pack",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "simulatedS1",
      "codeKey": "sim_s1",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "daytime running lights installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "drlInstalled",
      "codeKey": "drls",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "ambient lights installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "ambientlightsinstalled",
      "codeKey": "ambientlights",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "no push to unlock",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "noPushToUnlock",
      "codeKey": "nopushtounlock",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "wiper heat installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "wiperHeatInstalled",
      "codeKey": "wiper_heat",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "power folding mirrors installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "foldingmirrors",
      "codeKey": "folding_mirrors",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "non-Tesla fast charging allowed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "otherFastChargeAllowed",
      "codeKey": "other_fc_allowed",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "allow 16A per phase",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "HVJB16APerPhaseOK",
      "codeKey": "hvjb16a_ok",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "TPMS type",
      "content": {
        "enums": [
          {
            "codeKey": "BAOLONG",
            "description": "Baolong",
            "value": "0"
          },
          {
            "codeKey": "CONTI",
            "description": "Conti",
            "value": "1"
          },
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "2"
          },
          {
            "codeKey": "CONTI_2",
            "description": "Conti2",
            "value": "3"
          }
        ]
      },
      "accessId": "tpmsType",
      "codeKey": "tpms_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Steering Wheel",
      "content": {
        "enums": [
          {
            "codeKey": "MY2012",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "MY2014_BASE",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "MY2014_ACC",
            "description": "",
            "value": "2"
          },
          {
            "codeKey": "MY2015_ACC",
            "description": "",
            "value": "3"
          },
          {
            "codeKey": "SNA",
            "description": "",
            "value": "7"
          }
        ]
      },
      "accessId": "steeringWheel",
      "codeKey": "steering_wheel",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Steering Heat",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "false",
            "value": "0"
          },
          {
            "codeKey": "INSTALLED",
            "description": "true",
            "value": "1"
          }
        ]
      },
      "accessId": "steeringHeat",
      "codeKey": "stw_heater",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Compressor Type",
      "content": {
        "enums": [
          {
            "codeKey": "DENSO",
            "description": "Denso",
            "value": "0"
          },
          {
            "codeKey": "HALLA_ASSM1",
            "description": "Halla_Assm1",
            "value": "1"
          },
          {
            "codeKey": "HALLA_ASSM2",
            "description": "Halla_Assm2",
            "value": "2"
          },
          {
            "codeKey": "HALLA_ASSM2_NVH_DEADBAND",
            "description": "Halla_Assm2_Nvh_Deadband",
            "value": "3"
          }
        ]
      },
      "accessId": "compressortype",
      "codeKey": "compressor",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Free Slave Charger",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "freeSlaveCharger",
      "codeKey": "free_slave_charger",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "das/camera hardware",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "MONOCAM",
            "description": "MonoCam",
            "value": "1"
          },
          {
            "codeKey": "PARKER_PASCAL",
            "description": "ParkerPascal",
            "value": "2"
          },
          {
            "codeKey": "PARKER_PASCAL_2_5",
            "description": "ParkerPascal2_5",
            "value": "3"
          },
          {
            "codeKey": "TESLA_AP3",
            "description": "Tesla AP3",
            "value": "4"
          }
        ]
      },
      "accessId": "dashw",
      "codeKey": "driver_assist",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "forward radar hardware",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "BOSCH_MRR14",
            "description": "BoschMRR14",
            "value": "1"
          },
          {
            "codeKey": "CONTI_ARS410",
            "description": "ContiARS410",
            "value": "2"
          }
        ]
      },
      "accessId": "forwardRadarHw",
      "codeKey": "forward_radar",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "navigation allowed",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_ALLOWED",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "ALLOWED",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "SNA",
            "description": "",
            "value": "3"
          }
        ]
      },
      "accessId": "navigationAllowed",
      "codeKey": "nav_allowed",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "rear drive unit type",
      "content": {
        "enums": [
          {
            "codeKey": "LARGE_REAR",
            "description": "Large",
            "value": "0"
          },
          {
            "codeKey": "SMALL_REAR",
            "description": "Small",
            "value": "1"
          }
        ]
      },
      "accessId": "rearDriveUnitType",
      "codeKey": "rear_drive_unit",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "front drive unit type",
      "content": {
        "enums": [
          {
            "codeKey": "SMALL_OR_NONE",
            "description": "SmallOrNone",
            "value": "0"
          },
          {
            "codeKey": "PERMANENT_MAGNET",
            "description": "PermanentMagnet",
            "value": "1"
          }
        ]
      },
      "accessId": "frontDriveUnitType",
      "codeKey": "front_drive_unit",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Ionizer Type",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "HALLA",
            "description": "Halla",
            "value": "1"
          }
        ]
      },
      "accessId": "ionizerType",
      "codeKey": "ionizer",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Shutter Type",
      "content": {
        "enums": [
          {
            "codeKey": "ROECHLING_GEN1",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "ROECHLING_GEN2",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "shutterType",
      "codeKey": "shutter",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Autopilot",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "HIGHWAY",
            "description": "Highway",
            "value": "1"
          },
          {
            "codeKey": "ENHANCED",
            "description": "Enhanced",
            "value": "2"
          },
          {
            "codeKey": "SELF_DRIVING",
            "description": "Self Driving",
            "value": "3"
          }
        ]
      },
      "accessId": "autopilot",
      "codeKey": "autopilot",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "xm antenna installed",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "xmAntInstalled",
      "codeKey": "xm_antenna",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "standby supply required",
      "content": {
        "enums": [
          {
            "codeKey": "FALSE",
            "description": "False",
            "value": "0"
          },
          {
            "codeKey": "TRUE",
            "description": "True",
            "value": "1"
          }
        ]
      },
      "accessId": "standbySupplyRequired",
      "codeKey": "standby_supply",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Seat Type",
      "content": {
        "enums": [
          {
            "codeKey": "BASE",
            "description": "Base",
            "value": "0"
          },
          {
            "codeKey": "RECARO",
            "description": "Recaro",
            "value": "1"
          },
          {
            "codeKey": "TESLA_MS_GEN_1",
            "description": "TeslaGen1",
            "value": "2"
          }
        ]
      },
      "accessId": "seatType",
      "codeKey": "seats",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Rear Seat Type",
      "content": {
        "enums": [
          {
            "codeKey": "BASE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "RECARO",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "EXECUTIVE",
            "description": "",
            "value": "2"
          },
          {
            "codeKey": "TWO_SEAT",
            "description": "",
            "value": "3"
          },
          {
            "codeKey": "MX_FOLD_FLAT",
            "description": "",
            "value": "4"
          },
          {
            "codeKey": "TWO_SEAT_WITH_CONSOLE",
            "description": "",
            "value": "5"
          },
          {
            "codeKey": "MX_FOLD_FLAT_MOTORIZED",
            "description": "",
            "value": "6"
          },
          {
            "codeKey": "FOLD_FLAT_MOTORIZED_DUAL",
            "description": "",
            "value": "7"
          }
        ]
      },
      "accessId": "rearSeatType",
      "codeKey": "rear_seats",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "epas type",
      "content": {
        "enums": [
          {
            "codeKey": "BOSCH_L538",
            "description": "L538",
            "value": "0"
          },
          {
            "codeKey": "BOSCH_L405",
            "description": "L405",
            "value": "1"
          },
          {
            "codeKey": "MANDO_FGR64",
            "description": "FGR64",
            "value": "2"
          },
          {
            "codeKey": "MANDO_VGR66",
            "description": "VGR66",
            "value": "3"
          },
          {
            "codeKey": "MANDO_VGR66_GEN3",
            "description": "VGR66Gen3",
            "value": "4"
          }
        ]
      },
      "accessId": "epasType",
      "codeKey": "epas",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "# of HVIL nodes",
      "content": {
        "enums": [
          {
            "codeKey": "3",
            "description": "3 Nodes",
            "value": "3"
          },
          {
            "codeKey": "4",
            "description": "4 Nodes",
            "value": "4"
          },
          {
            "codeKey": "5",
            "description": "5 Nodes",
            "value": "5"
          }
        ]
      },
      "accessId": "numberHVILNodes",
      "codeKey": "hvil",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "This identifies the position of the radars",
      "content": {
        "enums": [
          {
            "codeKey": "MODELS",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "MODELS_2",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "MODELX",
            "description": "",
            "value": "2"
          }
        ]
      },
      "accessId": "radarPosition",
      "codeKey": "radar_position",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Purchasable performance options",
      "content": {
        "enums": [
          {
            "codeKey": "STANDARD",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "LUDICROUS",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "DERATED",
            "description": "",
            "value": "2"
          },
          {
            "codeKey": "UNCORKED",
            "description": "",
            "value": "3"
          }
        ]
      },
      "accessId": "performanceAddOn",
      "codeKey": "perf_add_on",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Description of 3rd row seat type",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "FUTURIS_UNIDIR_FOLDFLAT",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "FUTURIS_UNIDIR_NO_FOLDFLAT",
            "description": "",
            "value": "2"
          }
        ]
      },
      "accessId": "thirdRowSeatType",
      "codeKey": "3rd_row_seat_heat",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Identifies the type of tow package purchased",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "TESLA_REV1",
            "description": "TeslaRev1",
            "value": "1"
          }
        ]
      },
      "accessId": "towPackage",
      "codeKey": "towing",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Identifies the type of curve lighting that is installed",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "VARROC",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "curveLightingType",
      "codeKey": "curve_light",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Identifies the type of front seat ventilation that is installed",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "None",
            "value": "0"
          },
          {
            "codeKey": "FUTURIS",
            "description": "Futuris",
            "value": "1"
          },
          {
            "codeKey": "L_FUTURIS_R_KONGSBERG",
            "description": "LFuturisRKongsberg",
            "value": "2"
          },
          {
            "codeKey": "L_KONGSBERG_R_FUTURIS",
            "description": "LKongsbergRFuturis",
            "value": "3"
          },
          {
            "codeKey": "KONGSBERG",
            "description": "Kongsberg",
            "value": "4"
          }
        ]
      },
      "accessId": "frontSeatVentilationType",
      "codeKey": "seat_vent",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Select model-based pack config to override HW pack config. NOTE: In FW later than 2020.40 this is a secure config and can not be changed via TBX3.",
      "content": {
        "enums": [
          {
            "codeKey": "STANDARD_CONFIGURATION",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID74_70KWH",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID80_70KWH",
            "description": "",
            "value": "2"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID74_60KWH",
            "description": "",
            "value": "3"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID80_60KWH",
            "description": "",
            "value": "4"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID84_70KWH",
            "description": "",
            "value": "5"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID84_60KWH",
            "description": "",
            "value": "6"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID86_75KWH",
            "description": "",
            "value": "7"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID74_70KWH",
            "description": "",
            "value": "8"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID88_60KWH",
            "description": "",
            "value": "9"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID79_90KWH",
            "description": "",
            "value": "10"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID89_90KWH",
            "description": "",
            "value": "11"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID94_85KWH",
            "description": "",
            "value": "12"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID94_75KWH",
            "description": "",
            "value": "13"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID94_70KWH",
            "description": "",
            "value": "14"
          },
          {
            "codeKey": "SOFT_CONFIG_HWID94_60KWH",
            "description": "",
            "value": "15"
          }
        ]
      },
      "accessId": "softPackConfig",
      "codeKey": "soft_pack",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Report presence of a package of efficiency improvements.",
      "content": {
        "enums": [
          {
            "codeKey": "DEFAULT",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "MODELS_2",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "SX_2020",
            "description": "",
            "value": "2"
          }
        ]
      },
      "accessId": "efficiencyPackage",
      "codeKey": "efficiency_package",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Airbag control module type.",
      "content": {
        "enums": [
          {
            "codeKey": "SNA",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "MX_NA_2R_BUCKET",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "MX_EUROW_LHD_2R_BUCKET",
            "description": "",
            "value": "2"
          },
          {
            "codeKey": "MX_NA_2R_FOLD_FLAT",
            "description": "",
            "value": "3"
          },
          {
            "codeKey": "MX_EUROW_LHD_2R_FOLD_FLAT",
            "description": "",
            "value": "4"
          },
          {
            "codeKey": "MX_EUROW_RHD_2R_BUCKET",
            "description": "",
            "value": "5"
          },
          {
            "codeKey": "MX_EUROW_RHD_2R_FOLD_FLAT",
            "description": "",
            "value": "6"
          },
          {
            "codeKey": "MSR_NA",
            "description": "",
            "value": "11"
          },
          {
            "codeKey": "MSR_EUROW",
            "description": "",
            "value": "12"
          },
          {
            "codeKey": "M3_NA",
            "description": "",
            "value": "21"
          },
          {
            "codeKey": "M3_EUROW",
            "description": "",
            "value": "22"
          },
          {
            "codeKey": "MSR_NA_RCM",
            "description": "",
            "value": "111"
          },
          {
            "codeKey": "MSR_EU_RCM",
            "description": "",
            "value": "112"
          },
          {
            "codeKey": "MSR_APAC_RCM",
            "description": "",
            "value": "113"
          }
        ]
      },
      "accessId": "restraintsHardwareType",
      "codeKey": "restraintsHardwareType",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Track installed door actuator and enabled features.",
      "content": {
        "enums": [
          {
            "codeKey": "ACTIVE",
            "description": "Active",
            "value": "0"
          },
          {
            "codeKey": "ACTIVE_LIMITED_FEATURES",
            "description": "Active-limited",
            "value": "1"
          },
          {
            "codeKey": "PASSIVE",
            "description": "Passive",
            "value": "2"
          }
        ]
      },
      "accessId": "frontDoorActuationType",
      "codeKey": "front_door_act",
      "products": [
        "ModelX"
      ]
    },
    {
      "description": "Refers to the adhesive used on the MCU touchscreen. Used to disable screen pre-conditioning when UV60-31 is used",
      "content": {
        "enums": [
          {
            "codeKey": "DBA2220",
            "description": "DBA2220",
            "value": "0"
          },
          {
            "codeKey": "UV60-31",
            "description": "UV6031",
            "value": "1"
          }
        ]
      },
      "accessId": "screenAdhesiveType",
      "codeKey": "screen_adhesive_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Identifies type of EFUSE module installed",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "TESLA_REV1",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "efuseType",
      "codeKey": "efuse_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Body control interface version",
      "content": {
        "enums": [
          {
            "codeKey": "ESP",
            "description": "ESP",
            "value": "0"
          },
          {
            "codeKey": "DRIVE_INVERTER",
            "description": "Drive Inverter",
            "value": "1"
          }
        ]
      },
      "accessId": "vdcType",
      "codeKey": "vdc_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Locks vehicle to Chill level of performance",
      "content": {
        "enums": [
          {
            "codeKey": "NONE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "COMFORT_PERFORMANCE",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "performanceLock",
      "codeKey": "performance_lock",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Type of development TPMS sensor installed",
      "content": {
        "enums": [
          {
            "codeKey": "NOT_INSTALLED",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "PIRELLI_BLE",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "devTPMSType",
      "codeKey": "dev_tpms_type",
      "products": [
        "ModelX"
      ]
    },
    {
      "description": "Type of backlight film installed. Affects allowable display brightness",
      "content": {
        "enums": [
          {
            "codeKey": "DEFAULT_LUMINANCE_600",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "DBEF_LUMINANCE_800",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "displayBacklightFilmType",
      "codeKey": "backlight_film_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Determines whether or not a ethernet based tuner is installed",
      "content": {
        "enums": [
          {
            "codeKey": "HARMAN_OR_NOT_APPLICABLE",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "NOT_INSTALLED",
            "description": "",
            "value": "1"
          }
        ]
      },
      "accessId": "ethernetTunerType",
      "codeKey": "ethernettunertype",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Type of autopilot camera installed",
      "content": {
        "enums": [
          {
            "codeKey": "UNKNOWN",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "RCCC_CAMERAS",
            "description": "RCCC Cameras for vehicles built with DAS HW2.0",
            "value": "1"
          },
          {
            "codeKey": "RCCB_CAMERAS",
            "description": "RCCB Cameras",
            "value": "2"
          }
        ]
      },
      "accessId": "autopilotCameraType",
      "codeKey": "autopilotCameraType",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Type of PLC relay adapter installed",
      "content": {
        "enums": [
          {
            "codeKey": "None",
            "description": "",
            "value": "0"
          },
          {
            "codeKey": "GEN3_EU_CP",
            "description": "",
            "value": "1"
          },
          {
            "codeKey": "NATIVE_CHARGE_PORT",
            "description": "",
            "value": "2"
          }
        ]
      },
      "accessId": "plcAdapterType",
      "codeKey": "plc_adapter_type",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "Type air filter installed",
      "content": {
        "enums": [
          {
            "description": "Paper Filter",
            "value": "0"
          },
          {
            "description": "Model X HEPA",
            "value": "1"
          },
          {
            "description": "Model X in car only",
            "value": "2"
          },
          {
            "description": "Model S HEPA",
            "value": "3"
          },
          {
            "description": "Model S in car only",
            "value": "4"
          }
        ]
      },
      "accessId": "intakeAirFilterType",
      "codeKey": "air_filter",
      "products": [
        "ModelS",
        "ModelX"
      ]
    },
    {
      "description": "A bit mask that identifies the number and location of the rear seat controllers",
      "content": {
        "enums": [
          {
            "description": "000 - None",
            "value": "0"
          },
          {
            "description": "001 - BCS2R",
            "value": "1"
          },
          {
            "description": "010 — BCS2C",
            "value": "2"
          },
          {
            "description": "011 — BCS2C, R",
            "value": "3"
          },
          {
            "description": "100 — BCS2L",
            "value": "4"
          },
          {
            "description": "101 — BCS2L, R",
            "value": "5"
          },
          {
            "description": "110 — BCS2L, C",
            "value": "6"
          },
          {
            "description": "111 - BCS2L, C, R",
            "value": "7"
          }
        ]
      },
      "accessId": "rearSeatControllerMask",
      "codeKey": "rear_seat_controllers",
      "products": [
        "ModelS",
        "ModelX"
      ]
    }
  ]
}
 
Trying to edit the config with the gateway unlocked will likely only offer a temporary solution.

At best, things are going to revert after the mothership dials in or is called up by the car. At worst, a temporary or more permanent brick.

These early-gen matrix headlights are a let down even on as-equipped configurations. Imho, both the housing/innards look and the light output performance doesn't warrant the effort to retrofit these without proper active matrix function globally.
 
@terranx so are you able to update the vehicle config at all? Also not sure if you have tried it with the gateway "unlocked"
So at least according to the documents within toolbox, if toolbox is connected, the gateway is unlocked regardless of what the UI says . No difference in behavior whether or not I do the combo.

So far I haven't been able to update the config, but I'm pretty sure that's because I'm not passing the right parameters (the errors I'm getting are about the input types rather than implying any sort of permissions issue)
 
  • Like
Reactions: WhiteM3P-
So at least according to the documents within toolbox, if toolbox is connected, the gateway is unlocked regardless of what the UI says . No difference in behavior whether or not I do the combo.

So far I haven't been able to update the config, but I'm pretty sure that's because I'm not passing the right parameters (the errors I'm getting are about the input types rather than implying any sort of permissions issue)
Great work, keep me posted. I wasn't aware that parameters were able to be passed into the configuration by the public facing toolbox.
 
Great work, keep me posted. I wasn't aware that parameters were able to be passed into the configuration by the public facing toolbox.
Yeah it seems like we don't get the nice gui that the service techs have, but the actual action that is called by that dashboard is PROC_ICE_X_SAFE-SET-VEHICLE-CONFIGS. That action is available (at least on my car). But that means we have to figure out what arguments to actually send instead of the gui doing it for us.

Interestingly the javascript file that toolbox loads does seem to have the code for functions that we don't have access to. While I can follow some of it, it's obfuscated enough that I can't get a handle on how to properly use above action.
 
  • Informative
Reactions: WhiteM3P-