updates
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user