mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Merge pull request #2601 from Antonin-Deniau/patch-1
Fix missing comma in aid_desfire.json
This commit is contained in:
commit
57ec287ab0
1 changed files with 9 additions and 9 deletions
|
@ -416,7 +416,7 @@
|
|||
"Type": "alarm system"
|
||||
},
|
||||
{
|
||||
"AID": "010010"
|
||||
"AID": "010010",
|
||||
"Vendor": "ASSA ABLOY",
|
||||
"Country": "GB",
|
||||
"Name": "Campus Card",
|
||||
|
@ -424,7 +424,7 @@
|
|||
"Type": "student"
|
||||
},
|
||||
{
|
||||
"AID": "030020"
|
||||
"AID": "030020",
|
||||
"Vendor": "Algonquin College of Applied Arts and Technology",
|
||||
"Country": "CA",
|
||||
"Name": "Campus Card",
|
||||
|
@ -432,7 +432,7 @@
|
|||
"Type": "student"
|
||||
},
|
||||
{
|
||||
"AID": "050030"
|
||||
"AID": "050030",
|
||||
"Vendor": "Algonquin College of Applied Arts and Technology",
|
||||
"Country": "CA",
|
||||
"Name": "Campus Card",
|
||||
|
@ -448,7 +448,7 @@
|
|||
"Type": "student"
|
||||
},
|
||||
{
|
||||
"AID": "070090"
|
||||
"AID": "070090",
|
||||
"Vendor": "Algonquin College of Applied Arts and Technology",
|
||||
"Country": "CA",
|
||||
"Name": "Campus Card",
|
||||
|
@ -672,7 +672,7 @@
|
|||
"Type": "student"
|
||||
},
|
||||
{
|
||||
"AID": "CA1827"
|
||||
"AID": "CA1827",
|
||||
"Vendor": "Transact Campus Inc.",
|
||||
"Country": "US",
|
||||
"Name": "Transact Campus ID [Custom AID]",
|
||||
|
@ -680,7 +680,7 @@
|
|||
"Type": "student"
|
||||
},
|
||||
{
|
||||
"AID": "EEE010"
|
||||
"AID": "EEE010",
|
||||
"Vendor": "ASSA ABLOY",
|
||||
"Country": "GB",
|
||||
"Name": "Campus Card",
|
||||
|
@ -688,7 +688,7 @@
|
|||
"Type": "student"
|
||||
},
|
||||
{
|
||||
"AID": "F33480"
|
||||
"AID": "F33480",
|
||||
"Vendor": "Besucherausweis",
|
||||
"Country": "DE",
|
||||
"Name": "Visitor's Pass",
|
||||
|
@ -696,7 +696,7 @@
|
|||
"Type": "student"
|
||||
},
|
||||
{
|
||||
"AID": "F482D0"
|
||||
"AID": "F482D0",
|
||||
"Vendor": "Besucherausweis",
|
||||
"Country": "DE",
|
||||
"Name": "Visitor's Pass",
|
||||
|
@ -1207,4 +1207,4 @@
|
|||
"Description": "Used by AKL AT HOP, DXB nol, and SEA ORCA",
|
||||
"Type": "transport"
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue