Added setting to allow the user to change the delay period before SMS alert is sent (fixes #202)

This commit is contained in:
Graham Jones
2024-10-10 19:19:19 +01:00
parent df0ab065c6
commit 4768fcd352
6 changed files with 20 additions and 5 deletions

View File

@@ -578,4 +578,6 @@
<string name="restart_server">Restart Server</string>
<string name="error_failed_to_create_local_event">ERROR: failed to create local event</string>
<string name="error_failed_to_start_log_manager">ERROR: Failed to start Log Manager</string>
<string name="sms_delay_sec">SMS Delay (sec)</string>
<string name="sms_delay_sec_desc">The number of seconds to delay between an alarm initiating and an SMS message being sent (default=10)</string>
</resources>