parent
ab02f42503
commit
673bb38cd1
|
|
@ -1,4 +1,5 @@
|
||||||
function run(){
|
function run(){
|
||||||
|
if (Bangle.isCharging()) return;
|
||||||
var now = new Date();
|
var now = new Date();
|
||||||
var h = now.getHours();
|
var h = now.getHours();
|
||||||
if(h >= activityreminder.startHour && h < activityreminder.endHour){
|
if(h >= activityreminder.startHour && h < activityreminder.endHour){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue