Obsolete
Status Update
Comments
jl...@google.com <jl...@google.com>
bo...@google.com <bo...@google.com>
ms...@google.com <ms...@google.com>
mc...@google.com <mc...@google.com>
ms...@google.com <ms...@google.com>
ys...@google.com <ys...@google.com> #2
We are looking into some features in this area, but no current committed timeline.
ak...@google.com <ak...@google.com> #3
Please use the Wear Health Services panel to achieve similar behaviour, if you require further functionality open a follow up request to add this functionality to the WHS Panel.
Description
While testing my health app on wear os with wear os emulator, i need to move the slider of heart rate virtual sensors constantly to generate heart rate synthetic data.
It would be great to have further inputable options to indicate a time series function to generate synthetic data automatically, so that I don't need to move the slider constantly.
The Inputable options can be (1.) timelaps e.g. 300ms or 1000ms to indicate how offen heart rate onchange event shall be fired. (2.) combination of functions e.g 100bpm * sin(x), or 100bpm as constant function, or autoregressive function e.g 100bpm * (sin(x) - sin(x-1))
Another alternative would be just to let us plugin a kotlin or java or javascript function with index of the timelaps as input and function values dependent on input index.
In this way the wear os emulator can simulate the slider value change based on user inputed time series function to generate synthetic data constantly. This would be really a great feature.
I am also open to have this continuous synthetic data generation in wear os v3 health service, but i think it would be rather better to have this in the emulator for virtual sensor.
Please let me know if you have further question regarding this feature request.