@kybarg/ebds
Version:
Node.js package to work with bill acceptors using EBDS protocol. Linux, OSX and Windows.
30 lines (25 loc) • 1.37 kB
JavaScript
const models = {
0x01: 'Series 1000 ZT1000 USD (United States)',
0x11: 'Series 1000 ZT1100 USD (United States)',
0x0c: 'Series 1000 ZT1107 USD (United States)',
0x14: 'Series 1000 ZT1200 USD (United States)',
0x0f: 'Series 1000 ZT1200 AUD (Australia)',
0x16: 'Series 1000 ZT1200 CAD (Canada)',
0x41: 'Series 2000 AUD (Australia)',
0x43: 'Series 2000 CAD (Canada)',
0x45: 'Series 2000 USD (United States) Economy (Generation 1 Platform - VN2500)',
0x46: 'Series 2000 China',
0x48: 'Series 2000 USD (United States) Economy (Generation 1 Platform - AE24V)',
0x50: 'Series 2000 USD (United States) Premium (Generation 2 Platform - AE2600)',
0x51: 'Series 2000 Philippine',
0x52: 'Series 2000 USD (United States) Reference (Generation 1 Platform - VN2500)',
0x56: 'Series 2000 USD (United States) Reference(Generation 2 Platform - VN2500)',
0x57: 'Series 2000 Brazil (Generation 2 Platform)',
0x58: 'Series 2000 USD (United States) AE2800 Expanded Premium (Generation 2 Platform)',
0x1e: 'Series 3000 USD (United States) Series 3000 VFX (BDS)',
0x1f: 'Series 3000 USD (United States) Series 3000 EBDS',
0x4a: 'CASHFLOW SC 66 (Fixed Width)',
0x54: 'CASHFLOW SC 83 (Multi Width / Supports Extended Note Reporting)',
0x55: 'CASHFLOW SC 66 (Supports Extended Note Reporting)',
};
module.exports = models;