From 82042820333d7c1cdd43a5d84b36780b87f785e8 Mon Sep 17 00:00:00 2001 From: ry4000 <154689120+ry4000@users.noreply.github.com> Date: Sat, 3 Aug 2024 13:53:00 +1000 Subject: [PATCH 1/4] Added DOH Travel Pass and JFK OMNY AIDs **Added Public Transport AIDs** - DOH Travel Pass - JFK OMNY **Updated dormakaba AID** - Updated dormakaba mobile access `Vendor`, `Name`, and `Description` - Moved AID from `Transport` to `PACS` section Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com> --- client/resources/aid_desfire.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/client/resources/aid_desfire.json b/client/resources/aid_desfire.json index ac1b035bb..3fb0f09a5 100644 --- a/client/resources/aid_desfire.json +++ b/client/resources/aid_desfire.json @@ -375,6 +375,14 @@ "Description": "Third-Party Locking Application", "Type": "pacs" }, + { + "AID": "F53280", + "Vendor": "dormakaba", + "Country": "CH", + "Name": "mobile access", + "Description": "Digital Keys Sent To The dormakaba mobile access App", + "Type": "pacs" + }, { "AID": "F518F0", "Vendor": "Telenot Electronic GmbH", @@ -671,6 +679,14 @@ "Description": "Used by YVR Compass and ATL Breeze", "Type": "transport" }, + { + "AID": "0000F0", + "Vendor": "Metropolitan Transportation Authority", + "Country": "US", + "Name": "OMNY (One Metro New York) (JFK)", + "Description": "JFK OMNY (One Metro New York) Card", + "Type": "transport" + }, { "AID": "002000", "Vendor": "Metrolinx", @@ -823,6 +839,14 @@ "Description": "FIDs 01: Product Retailer; 02: Service Provider; 03: Special Event; 04: Stored Value; 05: General Event Log; 06: SV Reload Log; 0A: Environment; 0C: Card Holder", "Type": "transport" }, + { + "AID": "634000", + "Vendor": "Doha Metro and Lusail Tram via Qatar Rail", + "Country": "QA", + "Name": "Travel Pass (DOH)", + "Description": "DOH Standard / goldclub Travel Passes // FIDs 00,04-06: Standard; 01-03,17: Backup; 07-16,18: Value; 19: Cyclic 1A: Linear", + "Type": "transport" + }, { "AID": "784000", "Vendor": "Roads & Transport Authority (Government of Dubai)", From 566fc5ba7497ba236a0d49f5de8d22023d6563f5 Mon Sep 17 00:00:00 2001 From: ry4000 <154689120+ry4000@users.noreply.github.com> Date: Sat, 3 Aug 2024 13:57:47 +1000 Subject: [PATCH 2/4] Removed Duplicate dormakaba AID dormakaba mobile access AID was updated and moved to the PACS section Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com> --- client/resources/aid_desfire.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/client/resources/aid_desfire.json b/client/resources/aid_desfire.json index 3fb0f09a5..4ec9b5762 100644 --- a/client/resources/aid_desfire.json +++ b/client/resources/aid_desfire.json @@ -1015,14 +1015,6 @@ "Description": "UK National Smartcard Project // Provision of Citizen Services #4", "Type": "transport" }, - { - "AID": "F53280", - "Vendor": "Dorma Kaba", - "Country": "CH", - "Name": "Mobile wallet", - "Description": "Dorma kaba mobile access", - "Type": "pacs" - }, { "AID": "FF30FF", "Vendor": "Metrolinx", From 738e29af1cb724fbf1e12d283f84c780d3083e19 Mon Sep 17 00:00:00 2001 From: ry4000 <154689120+ry4000@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:06:00 +1000 Subject: [PATCH 3/4] Updated JFK OMNY AID Updated JFK OMNY AID `Vendor` to include Vendor's accepted abbreviation. Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com> --- client/resources/aid_desfire.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/resources/aid_desfire.json b/client/resources/aid_desfire.json index 4ec9b5762..167b4284a 100644 --- a/client/resources/aid_desfire.json +++ b/client/resources/aid_desfire.json @@ -681,7 +681,7 @@ }, { "AID": "0000F0", - "Vendor": "Metropolitan Transportation Authority", + "Vendor": "Metropolitan Transportation Authority (MTA)", "Country": "US", "Name": "OMNY (One Metro New York) (JFK)", "Description": "JFK OMNY (One Metro New York) Card", From 9fb680eb59163e02dfe8d60043db5c1efaca1fbd Mon Sep 17 00:00:00 2001 From: ry4000 <154689120+ry4000@users.noreply.github.com> Date: Sat, 3 Aug 2024 14:09:23 +1000 Subject: [PATCH 4/4] Updated DOH Travel Pass AID Updated DOH Travel Pass Aid `Description` by adding a missing semicolon `;` to separate the `Cyclic` and `Linear` File IDs. Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com> --- client/resources/aid_desfire.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/resources/aid_desfire.json b/client/resources/aid_desfire.json index 167b4284a..4c90df4a0 100644 --- a/client/resources/aid_desfire.json +++ b/client/resources/aid_desfire.json @@ -844,7 +844,7 @@ "Vendor": "Doha Metro and Lusail Tram via Qatar Rail", "Country": "QA", "Name": "Travel Pass (DOH)", - "Description": "DOH Standard / goldclub Travel Passes // FIDs 00,04-06: Standard; 01-03,17: Backup; 07-16,18: Value; 19: Cyclic 1A: Linear", + "Description": "DOH Standard / goldclub Travel Passes // FIDs 00,04-06: Standard; 01-03,17: Backup; 07-16,18: Value; 19: Cyclic; 1A: Linear", "Type": "transport" }, {