You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Ahh, ok - then actually all you need is:

    Bangle.on("HRM-raw", h => {
      print(h.isWearing);
    })
    Bangle.setHRMPower(1)
    

    The isWearing value is reported in HRM-raw

About

Avatar for Gordon @Gordon started