Removed meter from setup

This commit is contained in:
Gunnar Skjold 2021-09-23 17:36:43 +02:00
parent 867d6a4ef8
commit 181fe3c909

View File

@ -43,16 +43,6 @@
</optgroup>
</select>
</div>
<div class="col-xl-2 col-md-3">
<h5>Meter</h5>
<select name="meterType" class="form-control">
<option value="0" ${config.meterType0}>Autodetect</option>
<option value="1" ${config.meterType1}>Kaifa</option>
<option value="2" ${config.meterType2}>Aidon</option>
<option value="3" ${config.meterType3}>Kamstrup non-encrypted</option>
<option value="4" ${config.meterType4}>Kamstrup encrypted</option>
</select>
</div>
</div>
</div>
<div class="my-3 p-3 bg-white rounded shadow">