not required

This commit is contained in:
P43YM
2025-03-01 18:17:41 +03:00
committed by GitHub
parent 291b4cbd65
commit 63d3b0ceed

View File

@@ -310,20 +310,17 @@
<label> <label>
<span data-i18n>settings.equitherm.obs1_radiator</span> <span data-i18n>settings.equitherm.obs1_radiator</span>
<input type="number" inputmode="decimal" name="equitherm[obs1_radiator]" min="10" max="90" step="0.1" <input type="number" inputmode="decimal" name="equitherm[obs1_radiator]" min="10" max="90" step="0.1">
required>
</label> </label>
<label> <label>
<span data-i18n>settings.equitherm.obs2_outdoor</span> <span data-i18n>settings.equitherm.obs2_outdoor</span>
<input type="number" inputmode="decimal" name="equitherm[obs2_outdoor]" min="-50" max="50" step="0.1" <input type="number" inputmode="decimal" name="equitherm[obs2_outdoor]" min="-50" max="50" step="0.1">
required>
</label> </label>
<label> <label>
<span data-i18n>settings.equitherm.obs2_radiator</span> <span data-i18n>settings.equitherm.obs2_radiator</span>
<input type="number" inputmode="decimal" name="equitherm[obs2_radiator]" min="10" max="90" step="0.1" <input type="number" inputmode="decimal" name="equitherm[obs2_radiator]" min="10" max="90" step="0.1">
required>
</label> </label>
</div> </div>
<button type="button" id="calibrateEquitherm" data-i18n>settings.equitherm.calibrate</button> <button type="button" id="calibrateEquitherm" data-i18n>settings.equitherm.calibrate</button>
@@ -1258,4 +1255,4 @@
}); });
</script> </script>
</body> </body>
</html> </html>