Skip to content

Commit

Permalink
fix firmware naming
Browse files Browse the repository at this point in the history
  • Loading branch information
benderl committed Jan 9, 2025
1 parent 9fdc9b5 commit 7fc5af0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/components/devices/sungrow/sungrow/device.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,14 @@
<openwb-base-select-input
title="Firmware"
:options="[
{ value: 'v111', text: 'kleiner v112' },
{ value: 'v112', text: 'ab v112' }
{ value: 'v1', text: 'bis November 2024' },
{ value: 'v2', text: 'ab November 2024' },
]"
:model-value="device.configuration.firmware"
required
@update:model-value="
updateConfiguration($event, 'configuration.firmware')
"
@update:model-value="updateConfiguration($event, 'configuration.firmware')"
>
<template #help>
Ab Firmware v112 ändert sich die Auslesung der Speicherleistung.
</template>
<template #help> Ab Firmware November 2024 ändert sich die Auslesung der Speicherleistung. </template>
</openwb-base-select-input>
</div>
</template>
Expand Down

0 comments on commit 7fc5af0

Please sign in to comment.