From bc6de92771cddda46071e835b095d8f325a86389 Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Mon, 23 Mar 2020 21:32:20 -0700 Subject: [PATCH 1/2] Updates to the Tesla AIDs Now includes the AIDs that are used in the key fob and phone. Removed some AIDs that can't be selected. --- client/resources/aidlist.json | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/client/resources/aidlist.json b/client/resources/aidlist.json index 13e140e49..ddf844023 100644 --- a/client/resources/aidlist.json +++ b/client/resources/aidlist.json @@ -2128,27 +2128,19 @@ "Type": "EMV" }, { - "AID": "7465736C6153746F7265303032", + "AID": "7465736C614C6F6769633", "Vendor": "Tesla", "Country": "", - "Name": "teslaStore002", - "Description": "Tesla car key", + "Name": "teslaLogic (Original AID)", + "Description": "Key for Tesla vehicles", "Type": "Tesla" }, { - "AID": "7465736C614C6F67696330303201", + "AID": "F465736C614C6F6769633", "Vendor": "Tesla", "Country": "", - "Name": "teslaLogic002", - "Description": "Tesla car key", - "Type": "Tesla" - }, - { - "AID": "7465736C61", - "Vendor": "Tesla", - "Country": "", - "Name": "tesla", - "Description": "Tesla car key generic AID", + "Name": "teslaLogic (Alternate AID)", + "Description": "Key for Tesla vehicles", "Type": "Tesla" } -] \ No newline at end of file +] From f593efebf4b6fc5e3e7522d7d1a002574fea5ffe Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Tue, 24 Mar 2020 09:18:16 -0700 Subject: [PATCH 2/2] Re-added `teslaStore` AID, also added `TeslaDAP` AID --- client/resources/aidlist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/client/resources/aidlist.json b/client/resources/aidlist.json index ddf844023..e427e34bf 100644 --- a/client/resources/aidlist.json +++ b/client/resources/aidlist.json @@ -2127,6 +2127,14 @@ "Description": "Brazilian Bank Banco Bradesco", "Type": "EMV" }, + { + "AID": "7465736C6153746F7265", + "Vendor": "Tesla", + "Country": "", + "Name": "teslaStore", + "Description": "Undocumented AID associated with official Tesla Key Cards", + "Type": "Tesla" + }, { "AID": "7465736C614C6F6769633", "Vendor": "Tesla", @@ -2142,5 +2150,13 @@ "Name": "teslaLogic (Alternate AID)", "Description": "Key for Tesla vehicles", "Type": "Tesla" + }, + { + "AID": "5465736c61444150", + "Vendor": "Tesla", + "Country": "", + "Name": "TeslaDAP", + "Description": "Undocumented AID associated with official Tesla BTLE Key Fobs", + "Type": "Tesla" } ]