Undo accidental indent
parent
7cc67ceb27
commit
efae29ce35
|
|
@ -187,10 +187,10 @@ if (sleeplog.conf.enabled) {
|
||||||
|
|
||||||
// create a temporary object to store data and functions
|
// create a temporary object to store data and functions
|
||||||
global.tmpWearingCheck = {
|
global.tmpWearingCheck = {
|
||||||
// define temporary hrm listener function to read the wearing status
|
// define temporary hrm listener function to read the wearing status
|
||||||
hrmListener: hrm => tmpWearingCheck.isWearing = hrm.isWearing,
|
hrmListener: hrm => tmpWearingCheck.isWearing = hrm.isWearing,
|
||||||
// set default wearing status
|
// set default wearing status
|
||||||
isWearing: false,
|
isWearing: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
// enable HRM
|
// enable HRM
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue