Add detection of monitor for XREAL Air 2 Ultra

This commit is contained in:
wheaney 2024-08-01 12:56:18 -07:00
parent da00d032e2
commit bf8598675b
1 changed files with 2 additions and 1 deletions

View File

@ -20,8 +20,9 @@ const SUPPORTED_MONITOR_PRODUCTS = [
'VITURE',
'nreal air',
'Air',
'Air 2', // guessing this one
'Air 2',
'Air 2 Pro',
'Air 2 Ultra',
'SmartGlasses', // TCL/RayNeo
NESTED_MONITOR_PRODUCT
];