[ActivityReminder] Fix tempThreshold
parent
358b06fd6c
commit
904f0d1260
|
|
@ -25,7 +25,7 @@ function run() {
|
|||
|
||||
function isNotWorn() {
|
||||
// todo in a futur release check temperature and mouvement in a futur release
|
||||
return (Bangle.isCharging() || activityreminder_settings.tempThreshold <= E.getTemperature());
|
||||
return (Bangle.isCharging() || activityreminder_settings.tempThreshold >= E.getTemperature());
|
||||
}
|
||||
|
||||
function isDuringAlertHours(h) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue