DT_CONTINUOUS_BIKING_PEDALING_TOTAL constant

DataType const DT_CONTINUOUS_BIKING_PEDALING_TOTAL

Total mileage of the bicycle since the start of the count (unit: meter).

Implementation

static const DataType DT_CONTINUOUS_BIKING_PEDALING_TOTAL = DataType(
  'com.huawei.continuous.biking.pedaling.total',
  'https://www.huawei.com/healthkit/activity.read',
  'https://www.huawei.com/healthkit/activity.write',
  <Field>[
    Field.FIELD_ROTATION,
  ],
);