Settings fix
parent
9c17fe8c5d
commit
50ca281500
|
|
@ -27,7 +27,7 @@ let settings = Object.assign({
|
||||||
value: 0,
|
value: 0,
|
||||||
notification: [],
|
notification: [],
|
||||||
},
|
},
|
||||||
steps: {
|
step: {
|
||||||
value: 0,
|
value: 0,
|
||||||
notification: [],
|
notification: [],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
increment: 0,
|
increment: 0,
|
||||||
notification: [],
|
notification: [],
|
||||||
},
|
},
|
||||||
steps: {
|
step: {
|
||||||
increment: 0,
|
increment: 0,
|
||||||
notification: [],
|
notification: [],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -177,7 +177,7 @@ exports.getList = function() {
|
||||||
dist: {
|
dist: {
|
||||||
increment: 0 to not notify on distance milestones, otherwise the number of meters to notify after, repeating
|
increment: 0 to not notify on distance milestones, otherwise the number of meters to notify after, repeating
|
||||||
},
|
},
|
||||||
steps: {
|
step: {
|
||||||
increment: 0 to not notify on step milestones, otherwise the number of steps to notify after, repeating
|
increment: 0 to not notify on step milestones, otherwise the number of steps to notify after, repeating
|
||||||
},
|
},
|
||||||
time: {
|
time: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue