mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 17:30:37 +01:00
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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user