<inputtype='text'class='form-control'name='avalue'id='avalue'placeholder='Value'title='use n (e.g. 5) for integer notation, n.n (e.g. 5.0) for float, and true or false for boolean'required>
<p> Use n (e.g. 5) for integer notation, n.n (e.g. 5.0) for float, and true or false for boolean. <br>
Keep types consistently for each variable for both, alerts and automations. </p>
fetch("/administration/users/{{ user }}/application/{{ app[1] }}/device/"+sel_op+"/variables").then(res=>res.text()).then(data=>$("#varname").html(data));