Add new vendor: Philips

This commit is contained in:
Faisal Salman
2025-08-09 23:01:29 +07:00
parent ecbc0336b6
commit bf5155ec8a
5 changed files with 92 additions and 42 deletions

View File

@@ -243,6 +243,7 @@ export const Vendor: Readonly<{
PALM: "Palm";
PANASONIC: "Panasonic";
PEBBLE: "Pebble";
PHILIPS: "Philips";
PICO: "Pico";
POLYTRON: "Polytron";
REALME: "Realme";

View File

@@ -254,6 +254,7 @@ const Vendor = Object.freeze({
PALM: 'Palm',
PANASONIC: 'Panasonic',
PEBBLE: 'Pebble',
PHILIPS: 'Philips',
PICO: 'Pico',
POLYTRON: 'Polytron',
REALME: 'Realme',