This commit is contained in:
2024-05-04 15:17:55 +02:00
parent 06d905ae57
commit 660ae4a448
5 changed files with 45 additions and 19 deletions
+6
View File
@@ -129,6 +129,12 @@
<label for="recipient_email">Recipient Email:</label>
<input type="email" id="recipient_email" name="recipient_email" value="{{ email_settings[4] }}">
<br><br>
<label for="MAX_TEMP">Temperature max threshold:</label>
<input type="number" id="MAX_TEMP" name="MAX_TEMP" value="{{ threshold_settings[0] }}">
<br><br>
<label for="MAX_HR">HR max threshold:</label>
<input type="number" id="MAX_HR" name="MAX_HR" value="{{ threshold_settings[1] }}">
<br><br>
<button type="submit">Save Settings</button>
</form>
</body>