Fix: Unable to CMT transmit power in WebApp

The pa_level was sent as string instead of a number.

fixes #2299
This commit is contained in:
Thomas Basler 2024-09-23 17:57:29 +02:00
parent a3bd6dd7fb
commit 5c460e26c9

View File

@ -48,7 +48,7 @@
<input <input
type="range" type="range"
class="form-control form-range" class="form-control form-range"
v-model="dtuConfigList.cmt_palevel" v-model.number="dtuConfigList.cmt_palevel"
min="-10" min="-10"
max="20" max="20"
id="inputCmtPaLevel" id="inputCmtPaLevel"