Complete
over 1 year ago

No isWheelchairMode flag!

So, how to test if Wheelchair Mode is enabled?

var

Info = Toybox.ActivityMonitor.Info.getInfo(),

isWheelchairMode  = (Info has pushGoal) && (Info.pushGoal != null);

Parents
  • Have incorporated your answer to my watch face. It works well. You can see an example here:


    https://apps.garmin.com/en-US/apps/d99a7998-fd36-4a5f-a4f5-a43848959dd5


    You will need a Venu 3/3S device to test this.
    The url contains images of a wheelchair push counts display

Comment
  • Have incorporated your answer to my watch face. It works well. You can see an example here:


    https://apps.garmin.com/en-US/apps/d99a7998-fd36-4a5f-a4f5-a43848959dd5


    You will need a Venu 3/3S device to test this.
    The url contains images of a wheelchair push counts display

Children
No Data