Skip to content

Commit

Permalink
added us models
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jun 25, 2024
1 parent 11369fd commit ebd54ef
Show file tree
Hide file tree
Showing 4 changed files with 8,589 additions and 9,363 deletions.
2 changes: 1 addition & 1 deletion src/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class DeviceModelName {
* @return {string}
*/
get simple() {
return this.series + (this.tdd || this.suffix || '');
return this.series + (this.tdd || '');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/library.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('DeviceModel', {only: true}, () => {
assert.strictEqual(DeviceModel.find('55SM8100PJB').broadcast, 'arib');
assert.strictEqual(DeviceModel.find('SM8100PJB').machine, 'm16p3');
assert.strictEqual(DeviceModel.find('43UN7340PVC').region, 'NZ');
assert.strictEqual(DeviceModel.find('50NANO766QA').otaId, 'HE_DTV_W22P_AFADABAA');
assert.strictEqual(DeviceModel.find('50NANO766QA').otaId, 'HE_DTV_W22P_AFADATAA');
assert.strictEqual(DeviceModel.find('43UJ750V').series, 'UJ750V');
assert.strictEqual(DeviceModel.find('55LB7200').series, 'LB7200');
assert.strictEqual(DeviceModel.find('55SK7900PLA').series, 'SK7900');
Expand Down
Loading

0 comments on commit ebd54ef

Please sign in to comment.