DT_CONTINUOUS_CALORIES_BURNT_TOTAL constant

DataType const DT_CONTINUOUS_CALORIES_BURNT_TOTAL

Total calories.

Implementation

static const DataType DT_CONTINUOUS_CALORIES_BURNT_TOTAL = DataType(
  'com.huawei.continuous.calories.burnt.total',
  'https://www.huawei.com/healthkit/calories.read',
  'https://www.huawei.com/healthkit/calories.write',
  <Field>[
    Field.FIELD_CALORIES_TOTAL,
  ],
);