Please can we have a field we can check for custom watch faces that shows the amount of time elapsed since the time last moved. I want to add this to the movement bar indicator.
Define "move". Is it wrist moment? Is it steps, and if so, how many?
I know your trying to add something like an idle timeout to a watchface, but only the firmware can tell you a in more precise way than seg 1 is an hour, and seg 2-5 are 15 mins each, and I'm not sure, but it could take some time for the FW guys to provide that, and the SDK folks to tie it in!
If that function is added, it will first show up in the standard activity widget , but as the VS was they only device that had, it, and it was confusing for many, I think there is a reason it's not on other devices.
I don't think you want the amount of time since the last time the user moved. I think the thing that you are looking for is the amount of time that must elapse while steps are being taken to start flashing each move bar segment, right?
Thing is that the move bar builds, starts flashing, and goes a way based on steps WITHOUT STOPPING, not just based on step count. You can do 100 steps in an hour, and still get a move bar, if they are done 10 here, 20 there, 15 elsewhere, etc, over the hour, and when clearing, you must walk enough (without stopping) to clear all segments, or they will remain and stop flashing.
So in the case of the VS with the timer, it confused people, as lets say the timer showed 90 minutes, and they got up and started walking. The timer would still show 90 minutes(and may even keep increasing), even though they are walking, and didn't clear until they had done enough steps without stopping to clear the move bar.