I just need to make sure I'm doing everything right. Does Toybox.SensorHistory.getHeartRateHistory pass static data or should it be simulated?
No matter what I try to do in the simulator, I always get out:
SensorHistory.getHeartRateHistory({:period => 60, :order => true}); // [89, 90, 87, 82, 80, 82, 87, 90, 0, 83, 80, 80, 85, 89, 88, 84, 80, 79, 83, 87, 88, 85, 80, 78, 81, 86, 88, 85, 81, 78, 79, 84, 87, 86, 81, 77, 78, 82, 86, 86, 82, 78, 76, 80, 84, 86, 83, 78, 76, 78, 82, 85, 83, 79, 75, 76, 81, 84, 0, 80]
And this values are actually what. Last 60 records for heart rate for every minute (average?) for the last hour? Or is it 60 records in the last minute? Or?