mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-19 17:48:30 +00:00
KMP
This commit is contained in:
parent
1ab5a4d2cb
commit
7c4c096e94
12
lib/SvelteUi/app/dist/index.js
vendored
12
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -380,6 +380,7 @@
|
||||
<select name="ma" bind:value={configuration.m.a} class="in-s">
|
||||
<option value={0}>{translations.conf?.meter?.comm?.passive ?? "Passive"}</option>
|
||||
<option value={2}>{translations.conf?.meter?.comm?.pulse ?? "Pulse"}</option>
|
||||
<option value={9}>{translations.conf?.meter?.comm?.kmp ?? "KMP"}</option>
|
||||
</select>
|
||||
</div>
|
||||
{#if configuration.m.a === 2}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user