Skip to content

Commit

Permalink
add solax generation (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrsnhs authored Jan 30, 2025
1 parent 8004c0f commit 020206b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/devices/solax/solax/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@
meist für Gen4 eine ID größer als 2 eingestellt. Bei Gen3 sogar (gegen jeglicher Modbus Standards) eine 0.
</template>
</openwb-base-number-input>
<openwb-base-select-input
title="Generation"
not-selected="Bitte auswählen"
:options="[
{ value: 'g2', text: 'Gen 2' },
{ value: 'g3', text: 'Gen 3' },
{ value: 'g4', text: 'Gen 4' },
]"
:model-value="device.configuration.version"
required
@update:model-value="updateConfiguration($event, 'configuration.version')"
/>
</div>
</template>

Expand Down

0 comments on commit 020206b

Please sign in to comment.