DT_CONTINUOUS_EXERCISE_HEART_RATE_STATISTICS constant

DataType const DT_CONTINUOUS_EXERCISE_HEART_RATE_STATISTICS

Implementation

static const DataType DT_CONTINUOUS_EXERCISE_HEART_RATE_STATISTICS = DataType(
  'com.huawei.continuous.exercise_heart_rate.statistics',
  'https://www.huawei.com/healthkit/heartrate.read',
  'https://www.huawei.com/healthkit/heartrate.write',
  <Field>[
    Field.FIELD_AVG,
    Field.FIELD_MAX,
    Field.FIELD_MIN,
  ],
);