NO.1 F1: Support for heart rate measurement.

This commit is contained in:
protomors
2017-09-10 14:45:09 +02:00
committed by Andreas Shimokawa
parent 918cc75f6c
commit 273c2ddbfd
4 changed files with 104 additions and 5 deletions
@@ -265,6 +265,7 @@ public class GBDaoGenerator {
activitySample.addIntProperty(SAMPLE_STEPS).notNull().codeBeforeGetterAndSetter(OVERRIDE);
activitySample.addIntProperty(SAMPLE_RAW_KIND).notNull().codeBeforeGetterAndSetter(OVERRIDE);
activitySample.addIntProperty(SAMPLE_RAW_INTENSITY).notNull().codeBeforeGetterAndSetter(OVERRIDE);
addHeartRateProperties(activitySample);
return activitySample;
}