save Activity (walking,biking,etc) into a variable

Francois

New member
Can I save the current Activity (walking,biking,etc) into a variable? Searched through the System variables but couldn't find any yet.

Of course I can work-around this by creating a separate macro for each activity but Iam hoping for a more simple solution.
 

Endercraft

Moderator (& bug finder :D)
Can I save the current Activity (walking,biking,etc) into a variable? Searched through the System variables but couldn't find any yet.

Of course I can work-around this by creating a separate macro for each activity but Iam hoping for a more simple solution.
Yuu don't have to create lots of macros.
Activity.png
Of course this is still impractical, so I have moved this thread to the Feature Request forum.
 

Endercraft

Moderator (& bug finder :D)
For a better efficiency, I would suggest to use If... Else if... End if, instead of constraints to stop checking activities as soon as one is detected.
With that size, I don't think it matters. With bigger list, it may be a slight improvement, but even then it doesn't really affect performance (unless you need the fastest fastest time).
 
Top