mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -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"
|
"Type": "alarm system"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AID": "010010"
|
"AID": "010010",
|
||||||
"Vendor": "ASSA ABLOY",
|
"Vendor": "ASSA ABLOY",
|
||||||
"Country": "GB",
|
"Country": "GB",
|
||||||
"Name": "Campus Card",
|
"Name": "Campus Card",
|
||||||
|
@ -424,7 +424,7 @@
|
||||||
"Type": "student"
|
"Type": "student"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AID": "030020"
|
"AID": "030020",
|
||||||
"Vendor": "Algonquin College of Applied Arts and Technology",
|
"Vendor": "Algonquin College of Applied Arts and Technology",
|
||||||
"Country": "CA",
|
"Country": "CA",
|
||||||
"Name": "Campus Card",
|
"Name": "Campus Card",
|
||||||
|
@ -432,7 +432,7 @@
|
||||||
"Type": "student"
|
"Type": "student"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AID": "050030"
|
"AID": "050030",
|
||||||
"Vendor": "Algonquin College of Applied Arts and Technology",
|
"Vendor": "Algonquin College of Applied Arts and Technology",
|
||||||
"Country": "CA",
|
"Country": "CA",
|
||||||
"Name": "Campus Card",
|
"Name": "Campus Card",
|
||||||
|
@ -448,7 +448,7 @@
|
||||||
"Type": "student"
|
"Type": "student"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AID": "070090"
|
"AID": "070090",
|
||||||
"Vendor": "Algonquin College of Applied Arts and Technology",
|
"Vendor": "Algonquin College of Applied Arts and Technology",
|
||||||
"Country": "CA",
|
"Country": "CA",
|
||||||
"Name": "Campus Card",
|
"Name": "Campus Card",
|
||||||
|
@ -672,7 +672,7 @@
|
||||||
"Type": "student"
|
"Type": "student"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AID": "CA1827"
|
"AID": "CA1827",
|
||||||
"Vendor": "Transact Campus Inc.",
|
"Vendor": "Transact Campus Inc.",
|
||||||
"Country": "US",
|
"Country": "US",
|
||||||
"Name": "Transact Campus ID [Custom AID]",
|
"Name": "Transact Campus ID [Custom AID]",
|
||||||
|
@ -680,7 +680,7 @@
|
||||||
"Type": "student"
|
"Type": "student"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AID": "EEE010"
|
"AID": "EEE010",
|
||||||
"Vendor": "ASSA ABLOY",
|
"Vendor": "ASSA ABLOY",
|
||||||
"Country": "GB",
|
"Country": "GB",
|
||||||
"Name": "Campus Card",
|
"Name": "Campus Card",
|
||||||
|
@ -688,7 +688,7 @@
|
||||||
"Type": "student"
|
"Type": "student"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AID": "F33480"
|
"AID": "F33480",
|
||||||
"Vendor": "Besucherausweis",
|
"Vendor": "Besucherausweis",
|
||||||
"Country": "DE",
|
"Country": "DE",
|
||||||
"Name": "Visitor's Pass",
|
"Name": "Visitor's Pass",
|
||||||
|
@ -696,7 +696,7 @@
|
||||||
"Type": "student"
|
"Type": "student"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AID": "F482D0"
|
"AID": "F482D0",
|
||||||
"Vendor": "Besucherausweis",
|
"Vendor": "Besucherausweis",
|
||||||
"Country": "DE",
|
"Country": "DE",
|
||||||
"Name": "Visitor's Pass",
|
"Name": "Visitor's Pass",
|
||||||
|
@ -1207,4 +1207,4 @@
|
||||||
"Description": "Used by AKL AT HOP, DXB nol, and SEA ORCA",
|
"Description": "Used by AKL AT HOP, DXB nol, and SEA ORCA",
|
||||||
"Type": "transport"
|
"Type": "transport"
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Add table
Add a link
Reference in a new issue