From f593efebf4b6fc5e3e7522d7d1a002574fea5ffe Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Tue, 24 Mar 2020 09:18:16 -0700 Subject: [PATCH] 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" } ]