We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16788a9 + 111355c commit be00386Copy full SHA for be00386
src/components/devices/solax/solax/device.vue
@@ -39,8 +39,8 @@
39
not-selected="Bitte auswählen"
40
:options="[
41
{ value: 'g2', text: 'Gen 2' },
42
- { value: 'g3', text: 'Gen 3' },
43
- { value: 'g4', text: 'Gen 4' },
+ { value: 'g3', text: 'Gen 3 & Gen4' },
+ { value: 'g4', text: 'Gen 4 Boost & Gen 4 Mini' },
44
]"
45
:model-value="device.configuration.version"
46
required
0 commit comments