Replace individual AC voltages with range options (100-120, 220-240, 100-240)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -64,7 +64,9 @@ export const TODO_PRIORITIES = [
|
||||
] as const;
|
||||
|
||||
export const VOLTAGE_OPTIONS = [
|
||||
'110V AC', '115V AC', '120V AC', '127V AC', '220V AC', '230V AC', '240V AC',
|
||||
'100-120V AC',
|
||||
'220-240V AC',
|
||||
'100-240V AC',
|
||||
'5V DC', '6V DC', '9V DC', '12V DC', '15V DC', '19V DC', '24V DC',
|
||||
'USB powered',
|
||||
'Battery'
|
||||
|
||||
Reference in New Issue
Block a user