DT_CONTINUOUS_EXERCISE_INTENSITY constant

DataType const DT_CONTINUOUS_EXERCISE_INTENSITY

Workout intensity.

Implementation

static const DataType DT_CONTINUOUS_EXERCISE_INTENSITY = DataType(
  'com.huawei.continuous.exercise_intensity',
  'https://www.huawei.com/healthkit/strength.read',
  'https://www.huawei.com/healthkit/strength.write',
  <Field>[
    Field.FIELD_INTENSITY,
  ],
);