-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: John Hutcherson <[email protected]>
- Loading branch information
Showing
3 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# | ||
# Copyright (c) 2021 Jimmy Johnson <[email protected]> | ||
# Copyright (c) 2022 T-Mobile USA, Inc. | ||
# | ||
# SPDX-License-Identifier: Apache-2.0 | ||
# | ||
|
@@ -21,7 +20,7 @@ config APP_ENABLE_ONE_SHOT | |
config APP_TEMP_ALERT_HIGH_THRESH | ||
int "RH [%] high threshold for alert trigger in celsius" | ||
range 0 50 | ||
default 26 | ||
default 44 | ||
help | ||
Set this to enable alerts for high temperatures | ||
although this will work with one shot enabled, | ||
|
@@ -32,7 +31,7 @@ config APP_TEMP_ALERT_HIGH_THRESH | |
config APP_TEMP_ALERT_LOW_THRESH | ||
int "RH [%] low threshold for alert trigger in celsius" | ||
range 0 50 | ||
default 18 | ||
default 38 | ||
help | ||
Set this to enable alerts for low temperatures | ||
although this will work with one shot enabled, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters